Adsense Ad

Tuesday 3 September 2019

Oracle 12c New Feature " Tablespace Online "


Move table partition to different Tablespace online

From Oracle 12c, it becomes very easy to move Table Partition to different tablespace and does not require complex steps

Example
SQL> ALTER TABLE MY_TABLE MOVE PARTITION MY_TABLE_PART1 TO TABLESPACE USERS_NEW;
Above feature will make post partition activities easier.

No comments: