Global or Local Index for ITEM_T
Hello Team,
We have ITEM_T partitioned with uniqueness enabled on both POID_ID0 and ITEM_NO, there are 2 separate indexes for this.
The issue we have now is, when we want to create the future partitions for /item, the partition utils fails saying index is global.
One way to get around is drop the index, create the partitions and recreate the index again as global. However this is going to incur downtime on BRM, which we want to avoid.
Any suggestions on whether we can create the ITEM_NO index as non unique and make it as Local, like other indexes?