Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Merge partitions
I am doing partition merge for a table with 160 million rows and it
is taking forever (20 hours so far).
Oracle version is 10.2.0.2(RAC) on Linux x86-64, the other instance is in
restricted session mode, unavailable for all practical purposes. Does
anyone have an idea how to speed up statement like:
ALTER TABLE <tab> MERGE PARTITIONS A,B INTO PARTITION C UPDATE INDEXES?
-- http://www.mladen-gogala.comReceived on Sat Dec 16 2006 - 16:57:00 CST