Hi All,
I want to update the records in a table say TABLE_A.
Before updating I have to disable the triggers also.
While doing the updation, no other users should access this table.
So I have to lock this table.
After updating I have to enable the triggers and unlock the table.
I want to know in what sequence it should be written.
Anybody have idea on this?
Start Free Trial