Bug: Test Window

ScottMattes

Member³
A co-worker left the PC idle too long during a debug run and the DB connection timed out. But he had to ctl-alt-del the PLSD session because it wouldn't let him kill the execution, close the Test Window or do anything else - all because PLSD thought it was still running.
 
Is it technically possible for PLSD to ignore the fact that Oracle is ignoring requests and just do what the button is suppose to do? I think that Ctl-Alt-Del shouldn't have to be an option just because Oracle has a problem.
 
We could indeed kill the background thread that runs the Oracle call, but you will eventually end up with a PL/SQL Developer instance with some limbo threads and sessions.
 
Back
Top