ALTER TABLE MOVE TABLE....
KB..Sep 14 2004 — edited Sep 15 2004HI
I want to move the clustered object below to another tablespace
but i am getting error as below
SQL> alter table CHILD_AUD_SCREENINGS move tablespace userdevtest ;
alter table CHILD_AUD_SCREENINGS move tablespace userdevtest
*
ERROR at line 1:
ORA-14512: cannot perform operation on a clustered object
should i remove the cluster and then move the object to new tablespace and then add cluster
any suggestions
thx
kedar