Long running test scripts never end

dgs!

Member³
I have version 9.0.6.1665 of PL/SQL developer. I have noticed that long running test scripts fail to complete. The task completes, however the test window still seems to think that is is running.
What can I do to make the test window finish when the task that it is running completes?
 
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).
 
Just a thought...
Does your test script use a lot of dbms_output? In that case, PLD can take forever to complete showing the output, as it fetches one line at a time from the database. Maybe try to disable output and try again?
 
Interesting thought, but I'm using Application_Info instead of dbms_output.
It may a communication issue. I'm a remote developer and I have a lot of problems with Time Warner Cable.
 
Last edited:
Back
Top