DBA_TRIGGERS
All triggers in the databaseColumns
___________________________
TRIGGER_NAME
Name of the trigger
TRIGGER_BODY
Action taken by this trigger when it fires
ACTION_TYPE
DESCRIPTION
Trigger description, useful for re-creating trigger creation statement
WHEN_CLAUSE
WHEN clause must evaluate to true in order for triggering body to execute
REFERENCING_NAMES
Names used for referencing to OLD and NEW values within the trigger
COLUMN_NAME
The name of the column on which the trigger is defined over
TABLE_NAME
Name of the table that this trigger is associated with
BASE_OBJECT_TYPE
TABLE_OWNER
Owner of the table that this trigger is associated with
OWNER
Owner of the trigger
TRIGGER_TYPE
When the trigger fires - BEFORE/AFTER and STATEMENT/ROW
TRIGGERING_EVENT
Statement that will fire the trigger - INSERT, UPDATE and/or DELETE
STATUS
If DISABLED then trigger will not fire
Related Commands: