XMLTYPE move to new tablespace [message #63550] |
Fri, 15 October 2004 03:45 |
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
|
|
|
|
|