Disable/Enable all triggers in the schema (Oracle) Posted by By Andrei Ciobanu May 31, 2011Posted inPL/SQL, Programming Languages1 Comment Normally If you want to enable/disable a trigger you would use the ALTER statement: ALTER TRIGGER ENABLE; ALTER TRIGGER DISABLE; But today I had to disable/enable all triggers in the…