Error ORA-12545 [message #68729] |
Tue, 03 August 2004 21:38 |
Jone
Messages: 13 Registered: May 2004
|
Junior Member |
|
|
I was able to connect to database using Enterprise Manager, TOAD and SQLPLUS. At the moment I can only connect using SQLPLUS and I beleive it happened after I changed my computer name. So I changed back my PC name back to orginal name still it's not working.
The error is
ORA-12545: Connect failed because target host or object does not exist.
Pasted below is my tnsnames.ora file content
Any help is highly appreciable
Cosmos
# TNSNAMES.ORA Network Configuration File: c:OraHome1networkadmintnsnames.ora
# Generated by Oracle configuration tools.
LOCAL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = local)
)
)
|
|
|