Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> TNS name lookup failure with SAP
Help!
I ftp'ed the oracle client libraries from one system to another, with a totally different SID. I renamed and edited all the profiles for the user ID's, but the client software cannot seem to communicate with the server. The error messages appear to indicate a TNS name lookup failure, but everything looks right to me. Can anyone spot the problem? This is unfortunately an SAP install, so TNSPING is not available. The R3trans -d fails with a "no connect possible"
SQLNET.LOG
VERSION INFORMATION:
TNS for HPUX: Version 8.0.5.0.0 - Production Unix Domain Socket IPC NT Protocol Adaptor for HPUX: Version 8.0.5.0.0 -Production
TNSNAMES.ORA on server
<oracle_sid> =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= sapqa1)(Port= 1521))
(CONNECT_DATA = (SID = <oracle_sid>))
)
QA1.WORLD=
(DESCRIPTION =
(SDU = 32768)
(ADDRESS_LIST =
(ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = sapqa1) (PORT = 1527) )
(SID = QA1) (GLOBAL_NAME = QA1.WORLD)
TNSNAMES.ORA on client machine
(ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = sapqa1) (PORT = 1527) )
(SID = QA1) (GLOBAL_NAME = QA1.WORLD)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Brooks, Russ INET: Russ.Brooks_at_dayzim.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 29 2003 - 19:44:11 CST
![]() |
![]() |