My system has only 1 sqlnet.ora and tnsnames.ora (duplicates exist in the SAMPLES folder as usual). Here are other deails.
ORACLE_HOME=D:\oracle\ora9
TNS_ADMIN=D:\oracle\ora92\
Location of sqlnet.ora: D:\oracle\ora92\network\ad
Location of tnsnames.ora: D:\oracle\ora92\network\ad
Contents of SQLNet.ora
__________________________
# SQLNET.ORA Network Configuration File: D:\oracle\ora92\network\ad
# Generated by Oracle configuration tools.
NAMES.DEFAULT_DOMAIN = domainname
SQLNET.AUTHENTICATION_SERV
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
Contents of TNSNames.ora
__________________________
# TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\ad
# Generated by Oracle configuration tools.
EXTPROC_CONNECTION_DATA.do
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
INST1_HTTP.domain.name =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = pc836)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
)
)
PC836 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = pc836)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = pc836)
)
)
test =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = pc930)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = test)
)
)
I am able to connect to my own server pc836 but not to test instance on pc 930. Others are able to connect to both the servers using exactly the same TNS entries.
Main Topics
Browse All Topics





by: syntheticbytePosted on 2005-08-11 at 02:28:39ID: 14649943
Give us more details on your tnsnames (and sqlnet).
You can try to check if WinSID (www.syntheticbytes.com) is able to connect other server (he not use oracle config. files or OCI). From your server you can check other server (IP/names ?). Are you sure you have updated the correct tnsnames file (where are your REALLLY USED config. files?)...
Please update us....