"Not Responding" After Closing SQL Window

Sometimes after I close an SQL Window, my PL/SQL Developer will just sit there in a "Not Responding" state. I've waited but it doesn't seem to go anywhere, so I end up closing the program and then logging back in. Usually this isn't that big of a problem, but it's happened again and I have unsaved output that I need! Is there any way that I can get the data that I need?

Thanks!
 
If PL/SQL Developer hangs than you will need to restart and redo the query.

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:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top