if we use the ALTER TABLE RENAME PARTITION statement to rename the existing partitions in an Oracle table, do we need to recreate the local partitioned indexes with newly changed partition names?
if we use the ALTER TABLE RENAME PARTITION statement to rename the existing partitions
Share
No, renaming partitions does not affect locally partitioned indexes. You can easily test that:
The index is still used, after renaming the partition