4.125 ALL_TRIGGER_ORDERING
ALL_TRIGGER_ORDERING describes the triggers accessible to the current user that have FOLLOWS or PRECEDES ordering.
               
Related Views
- 
                        DBA_TRIGGER_ORDERINGdescribes all triggers in the database that haveFOLLOWSorPRECEDESordering.
- 
                        USER_TRIGGER_ORDERINGdescribes the triggers owned by the current user that haveFOLLOWSorPRECEDESordering. This view does not display theTRIGGER_OWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the trigger | 
| 
 | 
 | 
 | Name of the trigger | 
| 
 | 
 | 
 | Owner of the referenced trigger | 
| 
 | 
 | 
 | Name of the referenced trigger | 
| 
 | 
 | 
 | Type of the ordering between the trigger and the referenced trigger: 
 | 
See Also: