ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel
- From: <genegurevich@xxxxxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Tue, 26 Jan 2010 09:43:30 -0600
Hello: I am running this under oracle 10.2.0.3: alter table OWNER.TABLE modify partition P1 rebuild unusable local indexes ; The partition has 150-200M rows and three indices. All indices as well as the table itself are partitioned either 8 or 12 ways, but the alter table command seems to be only running in sequential mode (and takes over 10 hours). Is there anyway run it in parallel? Thank you Eugene Gurevich Please consider the environment before printing this email. -- http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel
- From: Adam Musch
- Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel
- From: Harel Safra
- Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel
- From: Greg Rahn
- Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel
Other related posts:
- » ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - genegurevich
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Adam Musch
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Harel Safra
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Kellyn Pedersen
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - genegurevich
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - genegurevich
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Taral Desai
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Greg Rahn
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Martin Bach
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Adam Musch
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Taral Desai
- » Re: ALTER TABLE modify partition rebuild unusable local indexes does not run in parallel - Thomas Roach