Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_TRIGGER_ORDERING

ALL_TRIGGER_ORDERING describes the triggers accessible to the current user that have FOLLOWS or PRECEDES ordering.

Related Views

Column Datatype NULL Description
TRIGGER_OWNER VARCHAR2(30) NOT NULL Owner of the trigger
TRIGGER_NAME VARCHAR2(30)   Name of the trigger
REFERENCED_TRIGGER_OWNER VARCHAR2(30)   Owner of the referenced trigger
REFERENCED_TRIGGER_NAME VARCHAR2(30)   Name of the referenced trigger
ORDERING_TYPE VARCHAR2(8)   Type of the ordering between the trigger and the referenced trigger:
  • FOLLOWS

  • PRECEDES