11g debugging issue with RAISE or RAISE_APPLICATION_ERROR
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
When I try to step into a simple procedure in
11g, it seems to freeze the DB. In investigating this
it seems Oracle 11g get lost with this command:
begin
DBMS_DEBUG.DEBUG_OFF
end;
Does anyone else have any ideas or info on this?
begin
DBMS_DEBUG.DEBUG_OFF
end;
Does anyone else have any ideas or info on this?
0