alter table 表名move tablespace 新表空间名称注意:移动表的表空间后,该表的索引肯定会失效的,所以需要把索引重建一下索引重建索引语法:alter index 索引名称 rebuild;如果你的Oracle是企业板的话:alter index 索引名称 rebuild online;