Which is a little strange, since it auto-detected all my tnsnames and showed them in the picklist. Using the same login/pwd I use in sqlplus and other db apps....even tried manually setting the Oracle home path in Options, to no avail.
Perhaps you can use the Oracle Home Selector to select a different Primary Oracle Home? Preferely the same that is used by the SQL*Plus version that works correctly?
------------------
Marco Kalter
Allround Automations
Perhaps you can enable Oracle Net tracing by setting "trace_level_client = USER" in the sqlnet.ora configuration file? The trace file should allow us to determine what is happening.
[*] Edit \network\admin\sqlnet.ora using notepad or wordpad
[*] Change trace_level_client=OFF to trace_level_client=USER (or add this line)
[*] Save the sqlnet.ora file
[*] Run PL/SQL Developer and try to connect
[*] Tracing file is located in PL/SQL Developer's installation directory (sqlnet.log). Please check out this file or send it to me.
[*] Change trace_level_client=USER to trace_level_client=OFF
[*] Save the sqlnet.ora file[/list]
------------------
Marco Kalter
Allround Automations
[This message has been edited by mkalter (edited 02 May 2003).]
I had a similar problem "No listener" in PLSD, although I could connect via SQL*Plus. This was after installing 10g on my local box.
Problem:
The listener resolved my host name to 127.0.0.1, but TNSNAMES resolved my host name to the external Internet IP address which of course did not match.
Solution:
Changed the host name in TNSNAMES.Ora to IP (127.0.0.1).