I've got either a ORA-00603 or ORA-00604 when interrupting a testscript during debbuging. The exact steps to reproduce are as follows:
1. Run a Testscript, that is calling a DB procedure in Debug mode (F9) - that's at least what my script does. I can't tell whether this is mandatory for reproduction.
2. Stop script/debugging along the way during execution (Shift+Esc)
3. Run the same script again in Debug mode
The script doesn't enter Debug mode and continuously says "Executing...". It throws an exception after stoping its execution (Shift+Esc). I have seen ORA-00603 or ORA-00604 here.
Expected behavior would be, that the Testscript runs smoothly even in Debug mode for each execution - no matter, whether it was interrupted or not. As it runs ok the first time, I assume, that it's not the code of the script but Developer itself, that causes a problem here (let me know, if my assumption is wrong).
This occured with PL/SQL Developer Version 14.0.5.1986 (64 bit) on a fully patched Windows 10 Build 19041.
1. Run a Testscript, that is calling a DB procedure in Debug mode (F9) - that's at least what my script does. I can't tell whether this is mandatory for reproduction.
2. Stop script/debugging along the way during execution (Shift+Esc)
3. Run the same script again in Debug mode
The script doesn't enter Debug mode and continuously says "Executing...". It throws an exception after stoping its execution (Shift+Esc). I have seen ORA-00603 or ORA-00604 here.
Expected behavior would be, that the Testscript runs smoothly even in Debug mode for each execution - no matter, whether it was interrupted or not. As it runs ok the first time, I assume, that it's not the code of the script but Developer itself, that causes a problem here (let me know, if my assumption is wrong).
This occured with PL/SQL Developer Version 14.0.5.1986 (64 bit) on a fully patched Windows 10 Build 19041.