Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> TNSPing 03505 Error
I've looked through the archives of the group, and seen lots of posts
on this, but none have solved my problem yet.
I have the Oracle 9i client installed on a machine, in order to provide connectivity to a SQL-Server box. I will be creating linked servers in SQL-Server to several different Oracle instances.
I originally installed the 10g client, but discovered that it will not connect to one of the legacy Oracle installations (8.1 I believe), so uninstalled it and installed 9i.
I am able to connect to the Oracle instances using the Net Manager just fine, but when I try and TNSPING to one of the TNSNAMES entries, I get the 035050 error. The Linked server in SQL-Server is also unable to make the cnnection, but provides very little in the way of usable error message.
The sqlnet and tnsnames files are below:
NAMES.DEFAULT_DOMAIN = ontario.int.ec.gc.ca
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES)
PYR =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = frodo)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = frodo)(PORT = 1522)))
(ADDRESS = (PROTOCOL = TCP)(HOST = drake)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = drake)(PORT = 1522)))
ACBIS =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 131.235.28.21)(PORT = 1521))
)
(CONNECT_DATA =
(SID = ATST)
)
)
Received on Mon Aug 15 2005 - 15:44:21 CDT
![]() |
![]() |