Sometimes you might found that you have disabled all trigger on a table and you wish to enable the triggers back again. In PL/SQL you can enable all the triggers on a table using ALTER TRIGGER statement.
Where:
table_name: The table name that all triggers should be disabled on.