Technical Notes
We're all on the same page!
Showing posts with label
trigger
.
Show all posts
Showing posts with label
trigger
.
Show all posts
Wednesday, 25 October 2017
How to disable/enable all triggers for tables?
›
Disable triggers for a table SQL> alter table HR.TRG_EMPLOYEES disable all triggers; Enable triggers for a table SQL> alter table ...
›
Home
View web version