Test window hangs

Caseys95

Member
When testing a package procedure using a test window, the window hangs and I don't know how to finish the process. The 'Run' and 'Step' buttons are once again active, but the 'DBMS output'and other tabs are not populated. This seems to happen with long running procedures. I cannot close my PL/SQL session nor issue a Break. The process has completed, because the last thing done is to write a status to a control table and then issue a final commit. The table shows a completed status with a timestamp over an hour old.

OCI 7.3
Oracle 8I Ent Edition 8.1.6.2.0
Win NT service pack 3?
PL/SQL 5.1.0.655

But also happens on a WIN2000 machine with a 4.? version of PL/SQL

Thanks in advance
 
What happens if you run the same procedure in "Normal" mode (F8) instead of "Debug" mode (F9)?

------------------
Marco Kalter
Allround Automations
 
Back
Top