Greetings,
I am having a strange problem with connecting to ORACLE. I have just installed the client 9.2.0.1.0.
When I use a service name like CEAS_MCC I get a 12154 error TNS Could not resolve service name. However, if I add the IP address to the service name like M_152.225.91.090 I can connect with the same TNS Names data.
This problem did not exist in my previous version of ORACLE.
One more piece of info. I can connect through the Oracle Enterprise Manger Console using the normal service name (CEAS_MCC) but cannot us it to connect through such third part software such as TOAD or Crystal Reports.
Here are the two TNSNAMES.ORA entries:
/* This one works */
M_152.225.91.090 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ms00162f.mcc.irs.gov)(PORT = 1623))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CEAS.MCC.PPP.COM)
)
)
/* This one does not work */
CEAS_MCC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ms00162f.mcc.irs.gov)(PORT = 1623))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CEAS.MCC.PPP.COM)
)
)
My SQLNet.ora file looks like this
NAMES.DEFAULT_DOMAIN = dstest.irsnet.gov
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES)
Does anybody have any ideas?
Thank You In Advance
I am having a strange problem with connecting to ORACLE. I have just installed the client 9.2.0.1.0.
When I use a service name like CEAS_MCC I get a 12154 error TNS Could not resolve service name. However, if I add the IP address to the service name like M_152.225.91.090 I can connect with the same TNS Names data.
This problem did not exist in my previous version of ORACLE.
One more piece of info. I can connect through the Oracle Enterprise Manger Console using the normal service name (CEAS_MCC) but cannot us it to connect through such third part software such as TOAD or Crystal Reports.
Here are the two TNSNAMES.ORA entries:
/* This one works */
M_152.225.91.090 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ms00162f.mcc.irs.gov)(PORT = 1623))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CEAS.MCC.PPP.COM)
)
)
/* This one does not work */
CEAS_MCC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ms00162f.mcc.irs.gov)(PORT = 1623))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CEAS.MCC.PPP.COM)
)
)
My SQLNet.ora file looks like this
NAMES.DEFAULT_DOMAIN = dstest.irsnet.gov
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES)
Does anybody have any ideas?
Thank You In Advance