Monday 16 March 2015

View the Text of the triggers

SQL> set long 100000

SQL> select DESCRIPTION, TRIGGER_BODY from user_triggers where trigger_name = '<YOUR TRIGGER>';

<YOUR TRIGGER> must be uppercase.

No comments:

Post a Comment