表:
alter table_name move tablespace new_tablespace;
重建索引
表分区:
ALTER TABLE PART_TAB MOVE PARTITION “P_412823” TABLESPACE “HROLTPDATA412823” UPDATE INDEXES;
索引:
alter index indexname rebuild online;
LOB:
alter table table_name move tablespace tablespace_name lob (col_lob1,col_lob2) store as(tablesapce target_tablespace_name) update indexes;
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15747463/viewspace-741379/,如需转载,请注明出处,否则将追究法律责任。
主题测试文章,只做测试使用。发布者:布吉卡,转转请注明出处:http://www.cxybcw.com/194348.html