Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: about clusters...
The only way is:
1) to cluster a non-clustered table you need to first create the cluster,
then do a create table new_table cluster my_cluster as select * from
old_table;
2) to un-cluster a table the statement is create table new_table as select * from old table;
Kenny Gump
OCP 7.3 DBA
![]() |
![]() |