Showing posts with label view. Show all posts
Showing posts with label view. Show all posts

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.