Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: rollback space
The records are inserted using a PL/SQL procedure, using "BULK
COLLECT". I also tried setting the indexes unusable and then rebuilding
them after the load, this process actually takes more time because we
are loading about 150k rows in a 50 million row table.
The other thing i tried was to use partition exchange, but the problem
is that the data in the original partition (one that is a part of the
table) is lost.
Append is not very helpful in this case because as i have mentioned
before the table has 2 large indexes. The redo/ rollback will always be
written for them.
I appreciate all you comments. Welcome any more comments.
Manish Received on Thu Feb 03 2005 - 09:38:31 CST