Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Heap to IOT
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
![]() |
![]() |