HOW TO MOVE TABLES FROM ONE TABLESPACE TO ANOTHER | ORACLE RAC DBA

HOW TO MOVE TABLES FROM ONE TABLESPACE TO ANOTHER | ORACLE RAC DBA

瀏覽:560
日期:2025-10-13
Suppose there are some users tables in USERS tablespace wants to move to USERS_DATA_SPACE AND USERS_INDEX_SPACE. steps are 1- Make index rebuilt script SPOOL INDEX-REBUILT.SQL SELECT 'ALTER INDEX '|| index_name ||' REBUILD ......看更多