jvaldezio
Member
Hi,
I saw a previous post about session debug hangs on PBSDE.DEBUG_LOOP, specifically in the folowing statement:
------------------------------------------
declare
ret binary_integer;
begin
ret := PBSDE.DEBUG_LOOP;
end;
------------------------------------------
I saw the following solution on the Oracle note ID 1074885.1:
Solution
Do not run PL/SQL Developer in debug mode against an Oracle database.
That's right? Pl/SQL Developer IDE have a problema in debug mode where there is no solution?
Thanks in advance
I saw a previous post about session debug hangs on PBSDE.DEBUG_LOOP, specifically in the folowing statement:
------------------------------------------
declare
ret binary_integer;
begin
ret := PBSDE.DEBUG_LOOP;
end;
------------------------------------------
I saw the following solution on the Oracle note ID 1074885.1:
Solution
Do not run PL/SQL Developer in debug mode against an Oracle database.
That's right? Pl/SQL Developer IDE have a problema in debug mode where there is no solution?
Thanks in advance