Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: 'Alter index rename subpartition' on table with not commited data (from other session)

Re: 'Alter index rename subpartition' on table with not commited data (from other session)

From: <sybrandb_at_yahoo.com>
Date: 6 Jun 2005 05:36:56 -0700
Message-ID: <1118061416.681223.50810@g14g2000cwa.googlegroups.com>


You don't seem to understand my response. During the alter index operation you need to block the table for further access.
The fact someone else is using it (and has a parse lock on the index definition) precludes you from doing so. The whole index is NOT recalculated, but you can't access it, because the table is in use!!!

For a workaround you need to verify (in the SQL reference) whether you can do this ONLINE and add the ONLINE keyword to the statement. For ONLINE rebuilds you'll need Enterprise Edition.

---
Sybrand Bakker,
Senior Oracle DBA
Received on Mon Jun 06 2005 - 07:36:56 CDT

Original text of this message

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