Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Move table online and update the indexes at the same time.

Move table online and update the indexes at the same time.

From: Alexandre Gorbatchev <agorbatchev_at_amadeus.net>
Date: Mon, 26 Jul 2004 23:26:52 +0200
Message-ID: <OF66BEA45C.70065C2F-ONC1256EDD.0058FED0-C1256EDD.0075D049@amadeus.net>


Hi all,
We need to rebuild our table and index segments. I guess we wouldn't have problems rebuilding the indexes online. However, I don't see any way to move tables online. Of course, I can issue ALTER TABLE ... MOVE ONLINE, but this would invalidate all indexes of the table. I will have to rebuild them and this would take hours. We cannot afford an outage of even seconds (it would be an outage since our OLTP application will just time-out without these indexes). I couldn't find the way to update indexes together with tables. I know there is an option to update global indexes while modifying a partition but could spot nothing about non-partitioned tables and maintenance of indexes together with table move.

Please let me know if I miss something or the is some work-around for this.

Thanks,
Alex



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Jul 26 2004 - 16:24:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US