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

Home -> Community -> Usenet -> c.d.o.misc -> Re: INDEX REBUILD

Re: INDEX REBUILD

From: Thomas Pall <tpall_at_bga.com>
Date: 1998/11/12
Message-ID: <364b556c.0@feed1.realtime.net>#1/1

BTW. If you do not have Rule optimization in effect, Delete (and recreate) the statistics for the index. Oracle creates erroneous statistics when you do alter index rebuild.

Paul Bennett (bennett_at_cc.gatech.edu) wrote:
: I have issued the command alter index <index name> rebuild on a few
: indexes who had a lot of extents (in order to put the entire index in
: one extent and make it faster), however, when i run this command the
: number of extents does fall to one, but the size of the extent is just
: whatever the initial extent size was in the first place. i would except
: this number to get bigger. if the index used to have 200 extents in
: addition to the initial extent how can the entire index fit into the
: initial extent now that I rebuilt it. Every index that I have rebuilt
: has done this. is it just a coincidence? is it because rows were added
: to make the other extents necessary and then some rows where deleted and
: therefore there are holes in the index?
 

: am I doing the right thing to the indexes? did i misinterpret what the
: rebuild command does?
 

: thanks.

--
Received on Thu Nov 12 1998 - 00:00:00 CST

Original text of this message

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