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: Heap to IOT

RE: Heap to IOT

From: <oracle-l-bounce_at_freelists.org>
Date: Thu, 17 Jun 2004 16:11:52 -0700
Message-ID: <B5C5F99D765BB744B54FFDF35F60262109F87900@irvmbxw02>


create table myiot (col01, col02, constraint myiot_pk primary key (col01))
organization index
as select * from myheap ;

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Harvinder Singh Sent: jeudi, 17. juin 2004 15:49
To: oracle-l_at_freelists.org
Subject: Heap to IOT

Hi,

I have a 1 million rows heap table with 1 primary key. What is the best way to change it to IOT?

Thanks
--Harvinder



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Jun 17 2004 - 18:10:56 CDT

Original text of this message

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