Hello,
I noticed some problems with debugging when connected to Oracle11. When program unit which you debug step by step throows an exception PL/SQL Developer hangs.
For test I created a procedure with sthg like dbms_output.put_line(5/0); inside and exception didn't appear. Instead Developer went into some infinite loop which could stop only holding down Shift-Esc and then I got many ORA-01476.
I use:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Developer Version 7.1.4.1389
Windows XP sp2
I don't have any such problems with my other Oracle servers from 9i to 10g.
Any solution/workaround?
Adam.
I noticed some problems with debugging when connected to Oracle11. When program unit which you debug step by step throows an exception PL/SQL Developer hangs.
For test I created a procedure with sthg like dbms_output.put_line(5/0); inside and exception didn't appear. Instead Developer went into some infinite loop which could stop only holding down Shift-Esc and then I got many ORA-01476.
I use:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Developer Version 7.1.4.1389
Windows XP sp2
I don't have any such problems with my other Oracle servers from 9i to 10g.
Any solution/workaround?
Adam.