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: Rebuild index

Re: Rebuild index

From: Scott Shafer <scott.shafer_at_ildmail.com>
Date: Tue, 2 May 2000 11:24:31 -0500
Message-Id: <10485.104692@fatcity.com>


alter index <index name> rebuild <optional tablespace clause if desired> <optional storage clause if you wish>;

Make sure you have enough free space in the index tablespace to accomodate the new index as the new index will be built before the old segments are freed up.

--Scott

> I am at a site right now where I don't have any documentation. How do
> you rebuild an index?
>
> Thanks.
>
> --
> Author: Connie Milliken
> INET: cemail_at_sprintmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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).
Received on Tue May 02 2000 - 11:24:31 CDT

Original text of this message

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