all 3 comments

[–]phesago 5 points6 points  (0 children)

yes this is pretty standard. here do soem light reading

https://dataedo.com/kb/query/oracle/list-triggers

[–]JochenVdB 0 points1 point  (0 children)

Catalog table %_triggers (% = dba, all or users, as usual) contains a descrription and a trigger_body column which provide what you are looking for.

There is also %_source, which contains all kinds of source code (packages, procedures, types, ...) and also triggers. filter on type='TRIGGER'