PL/SQL-Debugger hangs on: raise_application_error

PeterSxxx

Member
We are using Oracle 11gR2 Enterprise single database without RAC.
and PL/SQL Developer 7.1.4.1389

Every time when we debug and the line with
raise_application_error( 20000, " Error description" )
is executed, the PL/SQL Debugger hangs.

What is the reason?
Is this a configuration problem?

Kind regards
Peter
 
This is most likely an issue with 11gR2. We will hopefully have a fix with the upcoming 8.0.4 patch release.
 
Back
Top