SQL Guide : SQL extensions : Triggers : Obtaining trigger information
  
Obtaining trigger information
You obtain trigger information in the following ways:
Use the Trigger functions.
Perform a query on the trigger system table SYS_TRIGGERS.
See also
Triggers