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: Smith, Ron L. <rlsmith_at_kmg.com>
Date: Tue, 2 May 2000 11:19:47 -0500
Message-Id: <10485.104690@fatcity.com>


Try this:

ALTER INDEX schema.index_name
REBUILD NOPARALLEL
 UNRECOVERABLE
TABLESPACE tablespace_name
 STORAGE( INITIAL 102400 NEXT 4096 PCTINCREASE 0) You don't have to use the tablespace or storage part of the statement.

Ron Smith
Database Administration
rlsmith_at_kmg.com

-----Original Message-----
From: Connie Milliken [mailto:cemail_at_sprintmail.com] Sent: Tuesday, May 02, 2000 11:20 AM
To: Multiple recipients of list ORACLE-L Subject: Rebuild index

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:19:47 CDT

Original text of this message

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