Hi,
HaveĀ large oracle table and some code looks to rely on partition name matching name in calendar table.
Want to rename the partition name in large fact table - it also has local bitmap indexes
No data in these partitions yet.
ConSidering either drop the partition on the table itself and add new ones with correct name but woud prefer just to rename existing ones but don't want to make indexes unsuable
Is it safe to rename partitions on such a table?
Thanks