How to fix the Oracle error ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables?
In this post, you’ll learn more about the Oracle ErrorORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables
Reason for the Error ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables
An attempt was made to create a global bitmap index on a partioned table.
How to fix the Error ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables ?
You can fix this error in Oracle by following the below steps
create a local bitmap index instead.
Leave Your Comment