Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR ORA-12154

485737Jun 9 2006 — edited Oct 9 2007
Hi all,

I have a problem when using SQL Navigator 4.5 tool connect to database, and the errors message popup like: ORA-12154: TNS: Could not resolve service name. But when I'm connect to database by SQLPLUS, it's working fine. I also do ping on server name and tnsping on SID name, they both working fine too. Can you tell me what cause that problen in SQL Navigator 4.5. Is anybody has experience with this problem please help me out.

This is a tnsname.ora file located at c:\oracle\ product\10.2.0\client_1\NETWORK\ADMIN directories

VIN =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = abcd)(PORT = 1521))
)
(CONNECT_DATA =
(SID = vin)
(SERVER = DEDICATED)
)
)

NOTE: client connect to database server;

Thanks,

Kevin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2007
Added on Jun 9 2006
13 comments
2,754 views