Oracle 11 G. Connection with IDT by using Oracle Client getting an error at connection creation
we have two servers , 1st one is working perfect and creating successsful connection with IDT
1 .TNS file
NAME.WORLD=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = 10.5.1.***)
(PORT = -----)
)
)
(CONNECT_DATA =
(SID = BDS)
(GLOBAL_NAME = *** * .WORLD)
)
)
Second server is not connecting as first one and giving errors repeatedly,
2. TNS file
*** *** =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = misysp-scan)(PORT = ****))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ********)
)
)
# 1 is from Basis guy from our sap enviornment
# 2 is from DBA from a legacy system.
we have a confusion is there any seperate oracle client to be installed or we have to create a different TNS file with different format.
our Basis guy is saying sap supported oracle client which is 64 bit and supporting for first connection will work as it is sap supported format.
then i replaced the oracle client which he gave and tried , 1st one is working second one is not wokring..
when I ask DBA about this he is saying his server TNS is as it is in second TNS file,
This is an immediate requirment at a client place.
if anyone having experience on this or advise please help me.