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

Home -> Community -> Usenet -> c.d.o.server -> Re: Transactions requires much more UNDO space than expected....

Re: Transactions requires much more UNDO space than expected....

From: <mccmx_at_hotmail.com>
Date: 19 Jun 2006 05:42:59 -0700
Message-ID: <1150720979.714932.47300@y41g2000cwy.googlegroups.com>


> 3 If you populate an empty index you force Oracle to rebalance the
> B*-tree often. If you create the index after the table has been
> populated, the index will be balanced right away. Always create indexes
> in a separate pass after importing data. One other advantage is this
> can be a nologging operation.
>

Does 'alter table move..' require the same amount of UNDO..?

If not, it may be better/quicker to do a MOVE and then rebuild the indexes, instead of copying all the data out and back in again.

Matt Received on Mon Jun 19 2006 - 07:42:59 CDT

Original text of this message

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