日期:2014-05-16 浏览次数:20422 次
alter table TABLE_NAME move tablespace TABLESPACENAME
select 'alter table '|| table_name ||' move tablespace tablespacename;' from user_all_tables;
alter index INDEX_NAME rebuild tablespace TABLESPACENAME
select 'alter index '|| index_name ||' rebuild tablespace tablespacename;' from user_indexes;