Cant connect to a new database using PLSQLDEVELOPER but can via Oracle tools

have a new entry in my tnsnames for a database that has moved to a brand new box. I can connect to it via sqlplus developer 2000 and other typical Oracle tools. WhenI connect through plsqldeveloper I get a message as soon as i click on the tables syaing not connected to Oracle. Can anyone help please
 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Documents and Settings\\Application Data).

 
Back
Top