That was true in 7.3. In 8, it rebuilds in the same tablespace it exists in with the same storage
parameters. Of course, this is based on my observations which are limited to only a couple of
platforms. It may be dependent on the platform as well as the version.
- "Thapliyal, Deepak" <DThapliyal_at_ea.com> wrote:
> 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
> also send the HELP command for other information (like subscribing).
>
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
Received on Tue May 02 2000 - 15:25:08 CDT