DDL Trigger question for Oracle 12c ugprade
I am working on upgrade Oracle database to 12c, in the DBUA upgrade document it mentioned:
Disable the custom triggers that would fire before/after DDL and enable them after the upgrade is complete
Is there a script to find those triggers, orf from the query where trigger_type in ('AFTER EVENT','BEFORE EVENT') can cover them all?
Thanks in advance.