把表和索引移动到不同的表空间
Move tables & indexes to different tablespace
# https://deveshdba.wordpress.com/2016/08/11/move-tables-indexes-to-different-tablespace/
ALTER TABLE MOVE TABLESPACE TEST_TBL;
ALTER INDEX REBUILD TABLESPACE TEST_TBL;
# https://deveshdba.wordpress.com/2016/08/11/move-tables-indexes-to-different-tablespace/
ALTER TABLE MOVE TABLESPACE TEST_TBL;
ALTER INDEX REBUILD TABLESPACE TEST_TBL;