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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Moving an index

RE: Moving an index

From: Nelson, Allan <anelson_at_midf.com>
Date: Fri, 21 Mar 2003 15:45:13 -0600
Message-Id: <24738.322748@fatcity.com>


Yes, you can use online and parallel both to make it fairly transparent and reasonably fast.
For a 6 CPU server I generally use
Alter index my_index rebuild
Tablespace new_ts
Online
Parallel 4

Allan

-----Original Message-----
From: Schauss, Peter [mailto:pschauss_at_northropgrumman.com] Sent: Friday, March 21, 2003 2:09 PM
To: Multiple recipients of list ORACLE-L Subject: Moving an index

In 8.1.7, is rebuilding the appropriate way to move an index to a different tablespace?

Thanks,
Peter Schauss
Northrop Grumman Corporation
--

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

Author: Schauss, Peter
  INET: pschauss_at_northropgrumman.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Copying, forwarding or distributing this message by persons or entities other than the addressee is prohibited. If you have received this email in error, please contact the sender immediately and delete the material from any computer. This email may have been monitored for policy compliance. [021216] Received on Fri Mar 21 2003 - 15:45:13 CST

Original text of this message

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