I need to set security_inherit_p to 'f' on 80000 acs_objects and observed that when doing this with a simple update statement within a pl/sql loop it takes about a second for each row which would result in the loop to run for at least 22 hours.
Any suggestions for speeding this up, e.g. by disabling some triggers and manually recreating the tables that they would have updated or something like that? Or could someone give me at least a short overview which triggers/tables are being involved?
This is on oracle and for a one-time migration, so the system is not being accessed by other users during the time the update runs.
Request notifications