Test Window and Triggers

I was using 7.01 and stepping through an INSERT statement with a trigger. I made a change to the trigger numerous times, but Test kept stepping through the old version. I finally closed PL/SQL and reopened it, reran my test and the trace stepped through the correct version.

Has anyone else seen this before?

Thank you.

Robert
 
I tried to reproduce this, but I do not get the exact same error. I get an updated trigger source after comppilation where the trigger header is missing. Maybe the 2 errors are related.

We'll fix this for 7.0.3, and the current work around is to close the trigger source page in the Debugger window (right-click on the source and select "Close page" from the popup menu).
 
Back
Top