Converting a conventional(heap) table to an IOT
sgalaxyJul 10 2006 — edited Nov 13 2006Hi ,
Is it possible to transform a convetional table into an Index Organized Table ...????
For example , if we a table in Oracle10g RDBMS , defined as :
CREATE TABLE A(AA NUMBER(3),VAL VARCHAR2(15));
ALTER TABLE A ADD CONSTRAINT AA_PK PRIMARY KEY(AA);
Can we convert it ...????
Thanks , a lot
Simon