Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: performance issue - mass updates
Where is the explain plan for the update statement?
Why is there a duplicate update that will process the same rows in the example? Error in posting or does this actually happen?
How many indexes exist on the table?
Running one update statement to perform all 40K updates would indeed probably be better.
HTH -- Mark D Powell -- Received on Mon Nov 07 2005 - 08:48:53 CST