ALL_TRIGGER_ORDERING describes the triggers accessible to the current user that have FOLLOWS or PRECEDES ordering.
Related Views
DBA_TRIGGER_ORDERING describes all triggers in the database that have FOLLOWS or PRECEDES ordering.
USER_TRIGGER_ORDERING describes the triggers owned by the current user that have FOLLOWS or PRECEDES ordering. This view does not display the TRIGGER_OWNER column.
| 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: