Home » RDBMS Server » Server Administration » XMLTYPE move to new tablespace
XMLTYPE move to new tablespace [message #63550] Fri, 15 October 2004 03:45 Go to next message
Celia
Messages: 8
Registered: April 2003
Junior Member
I have an XMLTYPE column on a table. The column is stored as CLOB in a separate tablespace. Can anyone tell me the syntax to move the XMLTYPE column to a new tablespace. I have tried

ALTER TABLE X MOVE XMLType (column name) STORE AS CLOB (TABLESPACE newtablespacename CHUNK n NOCACHE LOGGING);

but this gives error
ORA-14133: ALTER TABLE MOVE cannot be combined with other operations
Re: XMLTYPE move to new tablespace [message #63552 is a reply to message #63550] Fri, 15 October 2004 04:16 Go to previous messageGo to next message
dilip kumar
Messages: 111
Registered: December 2003
Senior Member
Hi

you cannot move column alone you need to move table itself to new location

Regards

D.Dilip
Re: XMLTYPE move to new tablespace [message #63553 is a reply to message #63550] Fri, 15 October 2004 04:46 Go to previous message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
the syntax is 'a little ' different.
Please have a look here
http://www.orafaq.net/msgboard/server/messages/20908.htm
Previous Topic: the optimal method to replicate a production database in development database
Next Topic: Alter Tablespace
Goto Forum:
  


Current Time: Fri Jan 24 23:11:08 CST 2025