Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ALTER TABLE MOVE TABLE....

KB..Sep 14 2004 — edited Sep 15 2004
HI

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2004
Added on Sep 14 2004
8 comments
987 views