ORA-12514: tns:LISTENER COULD NOT RESOLVE service_name GIVEN IN CONNECT DESCRIPTOR [message #53524] |
Wed, 25 September 2002 12:20 |
Larry Freeman
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
I get this error when trying to connect in SQLPLUS, after installing Net8 Client on a Windows2000 machine, and configuring the client TNSNAME.ora file using Net8 assisstant.
The server is a Unix server, running Oracle 8.1.7
I can TNSPING succesfully, (and test successfully from within NET8 assistant) but can not connect to the database through SQLPLUS.
We already have Net8 client successfully installed on other Windows2k clients, and the TNSNAMES.ORA files are exactly the same.
# TNSNAMES.ORA Network Configuration File: C:oracleora81NETWORKADMINtnsnames.ora
# Generated by Oracle configuration tools.
server_name =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server_name)(PORT = 1521))
)
(CONNECT_DATA =
(SID = ORCL)
)
)
What is the problem?
|
|
|
|
|