Home » Unlabelled » In what condition is it good to disable a trigger? | PL SQL
Saturday, 26 May 2012
In what condition is it good to disable a trigger? | PL SQL
It is good to disable triggers during data load operations. This improves the performance of the data loading activities. The data modification and manipulation that the trigger would have performed has to be done manually after the data loading.
No comments:
Post a Comment