Hi,
I'm running Windows XP within VirtualBox on a Mac OS X host. On the Mac I connect to my company using vpn.
So, on the Windows (virtual machine) I can ping, and tnsping, and ssh, into the database server I'm trying to reach. I have Oracle client installed and pl/sql developer.
I followed the "Oracle Net Configuration Assistant -> Local Net Service Name configuration" as detailed here:http://www.allroundautomations.com/threads/ubbthreads.php?ubb=showflat&Number=30309#Post30309
I can connect using sqlplus with:
tnsnames.ora looks okay, windows hosts file is okay,
pl/sql developer has the oracle_home set correctly.
But when I try to connect PL/SQL Developer I get:
ORA-12154: TNS: Could not resolve the connect identifier
Any help appreciated,
Thanks, Darrell.
I'm running Windows XP within VirtualBox on a Mac OS X host. On the Mac I connect to my company using vpn.
So, on the Windows (virtual machine) I can ping, and tnsping, and ssh, into the database server I'm trying to reach. I have Oracle client installed and pl/sql developer.
I followed the "Oracle Net Configuration Assistant -> Local Net Service Name configuration" as detailed here:http://www.allroundautomations.com/threads/ubbthreads.php?ubb=showflat&Number=30309#Post30309
I can connect using sqlplus with:
Code:
sqlplus user/password@//tahiti:1521/tahicr01
tnsnames.ora looks okay, windows hosts file is okay,
pl/sql developer has the oracle_home set correctly.
But when I try to connect PL/SQL Developer I get:
ORA-12154: TNS: Could not resolve the connect identifier
Any help appreciated,
Thanks, Darrell.