Debugging a trigger
Hi all,
Could you please advise what is the best way to debug a trigger row by a row? Is it possible through the sql developer to place a breakpoint and catch it when the trigger is activated by a DML command?
Or only by using through the code of the trigger the dbms.output.put_line method?
Thank you
Could you please advise what is the best way to debug a trigger row by a row? Is it possible through the sql developer to place a breakpoint and catch it when the trigger is activated by a DML command?
Or only by using through the code of the trigger the dbms.output.put_line method?
Thank you
0