Right Click Hangs PL/SQL Developer

When I (or any other developer in our group) right clicks in an editor window, PL/SQL Developer is hanging. The only difference between today and Friday is that the san on our QA database crashed. We are all working in development on a different server, but I'm wondering if the query that executes on the right click in an editor window might be trying to find something on the other server, and when unable to connect, is simply hanging the program?
 
Right-clicking in an editor will not make a new connection. It will work with the existing session.

Can you let me know your PL/SQL Developer version?
 
Okay. 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.
 
Back
Top