Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Rebuild Index
We just finished last week moving all of our indexes for one production
db(ver7.3.3.6), including primary keys, off of RAID5. We used alter
index as you did below and did not have problems with going into my
schema. The only difference I can see is that I did an 'ALTER INDEX
schema.index_name' and specified tablespace, pctfree and storage. If
you don't do that, it will take defaults. This may be happening due to
not specifying the schema on the rebuild.
Hope this helps
Tx
Eric Peterson
Programmer/Analyst DBA
Maurices Inc.
eric_peterson_at_maurices.inrg.com*******NO_SPAMMERS******
In article <3810D2E9.EC0F91B2_at_dteenergy.com>,
Gregory P Lechkun <lechkung_at_dteenergy.com> wrote:
>
> --------------7E092445895DDEE5432B5473
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Ok,
>
> I'm using Oracle V7.3.2.3 and I decide to rebuild and index. I use
the
> following statement:
> ALTER INDEX cedi_pk REBUILD;
> And what happens? It rebuilds it but it rebuilds it in my account's
> default tablespace (cel_d)!
> I had heard of V7.3.4 doing that so, this is my question: What
versions
> is this problem in, and is it fixed in Oracle 8.0+?
>
> Of course the work around for now is to use the following statement:
> ALTER INDEX cedi_pk REBUILD TABLESPACE cel_i;
>
> --
> Regards,
> Greg Lechkun
> gpl :-)
>
> DTE
>
Energy====================================================================
Energy====================================================================
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Oct 26 1999 - 12:03:39 CDT
![]() |
![]() |