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: HP-UX 11/8.1.6.x/Index-Organized Tables

RE: HP-UX 11/8.1.6.x/Index-Organized Tables

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Fri, 18 Jan 2002 14:08:22 -0800
Message-ID: <F001.003F43CE.20020118121023@fatcity.com>

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)" <mvergara_at_guidant.com>
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: mvergara_at_guidant.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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Khedr, Waleed INET: Waleed.Khedr_at_FMR.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).
Received on Fri Jan 18 2002 - 16:08:22 CST

Original text of this message

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