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: Rebuilding an index

Re: Rebuilding an index

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: 1997/03/21
Message-ID: <3332522A.51EA@bhp.com.au>#1/1

Carlos A. Gonzalez wrote:
>
> Gentlemen:
>
> Here is my situation
>
> I have a badly fragmented INDEX object
>
> I am going to drop it
> I am going to recreate it using one single extent (storage INITIAL ????)
>
> My question is :
>
> How do I go about finding how big to make this first INITIAL extent ??
> Are there any other implications, such as enough space in the TABLESPACE ??
>
> Thank you
>
> Carlos
>
>

Why not just use: initial + ( extents - 1) * next from user_segments and user_indexes

Voila !

-- 
Connor McDonald
Systems Administrator-Unix/Oracle
BHP Iron Ore
"You're not drunk if you can lie on the floor without holding on"
            - Dean Martin
Received on Fri Mar 21 1997 - 00:00:00 CST

Original text of this message

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