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 15:17:00 -0500
Message-Id: <10485.104735@fatcity.com>


I believe you are correct!
Ron

-----Original Message-----
From: Thapliyal, Deepak [mailto:DThapliyal_at_ea.com] Sent: Tuesday, May 02, 2000 3:39 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Rebuild index

i remember reading somewhere that if you rebuild without the tblspc clause and then irrespective of the old tblspac value for the index .. that index will be rebuild in the current users default tablespace ..

in that case you might have issues if you are rebuilding an index for a gig sized table ??

deepAk

-----Original Message-----
Sent: Tuesday, May 02, 2000 10:26 AM
To: Multiple recipients of list ORACLE-L

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-----
Sent: Tuesday, May 02, 2000 11:20 AM
To: Multiple recipients of list ORACLE-L

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). -- Author: Smith, Ron L. INET: rlsmith_at_kmg.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). -- Author: Thapliyal, Deepak INET: DThapliyal_at_ea.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
Received on Tue May 02 2000 - 15:17:00 CDT

Original text of this message

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