Sometimes you might find that you are required to disable all of the triggers on a table. In PL/SQL you can disable all the triggers on a table using ALTER TRIGGER statement.
Where:
table_name: The table name that all triggers should be disabled on.