Oracle表移动另一表空间

修改表空间
alter   table   table_name   move   tablespace   tablespace_name  

修改索引的表空间
alter index  index_name  rebuild  tablespace tablespace_name  
原文地址:https://www.cnblogs.com/81/p/616370.html