SQL> alter table my_table move tablespace my_data;Moving an index to a different table space is performed as follows :
SQL>alter index my_index rebuild tablespace my_data;
SQL> alter table my_table move tablespace my_data;Moving an index to a different table space is performed as follows :
SQL>alter index my_index rebuild tablespace my_data;
0 comments:
Post a Comment