Robert Taylor
Member
I have a trigger that I'm trying to debug using the test window but I cannot seem to get the following things to work for me:
1. dbms_output.put_line - is there a way to get the results to display during execution and not have to wait until the trigger has completely executed to see the results?
2. How do I get the values for :NEW and :OLD to display during an INSERT on a trigger?
I know I must be doing something wrong. Any help would be appreciated.
Thank you.
1. dbms_output.put_line - is there a way to get the results to display during execution and not have to wait until the trigger has completely executed to see the results?
2. How do I get the values for :NEW and :OLD to display during an INSERT on a trigger?
I know I must be doing something wrong. Any help would be appreciated.
Thank you.