move table from one TS to another TS
546111Apr 1 2007 — edited Apr 1 2007i want to move one of my table from tablespace A to tablespace USERS. But one column of that table contains cLOB datatype.if i issue the following command
SQL>alter table table_name move tablespace users;
will the above statement move the table to the tablespace users.
thankx...