can't you 
create table <table new> parallel 5 nologging as select /*+ parallel(iot 5)
*/ * from <your iot> iot

Then

Truncate your IOT

Then

Make sure the the IOT has nologging

insert --+ append 
into IOT
select --+ enable parallel here
* 
from <table new>

-----Original Message-----
Sent: Friday, January 18, 2002 1:21 PM
To: Multiple recipients of list ORACLE-L


Sigh.  I was afraid of that.  Any other ideas?

---
===========================================================================
Michael P. Vergara
Oracle DBA
Guidant Corporation
(909) 914-2304


-----Original Message-----
Sent: Friday, January 18, 2002 9:44 AM
To: Vergara; Michael (TEM); Multiple recipients of list ORACLE-L


export/drop/import.

____________________Reply Separator____________________
Author: "Vergara; Michael (TEM)" <[EMAIL PROTECTED]>
Date:       1/18/2002 7:30 AM

Hey all...I have to do some reorgs of some malformed IOTs (Index-
Organized Tables) in one of my databases.  ALTER INDEX ... REBUILD
doesn't work, on the IOT or it's PK index.

Does anyone have an elegant method for doing a reorg on IOTs?

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vergara, Michael (TEM)
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Khedr, Waleed
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to