Oracle Error ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables

Oracle Error Message

ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables

Reason for the Error

An attempt was made to create a global bitmap index on a partioned table.

Solution

create a local bitmap index instead.