From Oracle 12c, it becomes very easy to move Table Partition to different tablespace and does not require complex steps
SQL> ALTER TABLE MY_TABLE MOVE PARTITION MY_TABLE_PART1 TO TABLESPACE USERS_NEW;
Above feature will make post partition activities easier.
No comments:
Post a Comment