How to fix the Oracle error ORA-28602: statement not permitted on tables containing bitmap indexes?
In this post, you’ll learn more about the Oracle ErrorORA-28602: statement not permitted on tables containing bitmap indexes with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-28602: statement not permitted on tables containing bitmap indexes
Reason for the Error ORA-28602: statement not permitted on tables containing bitmap indexes
table has bitmap indexes and user is minimizing or nominimizing records_per_block
How to fix the Error ORA-28602: statement not permitted on tables containing bitmap indexes ?
You can fix this error in Oracle by following the below steps
drop all bitmap indexes before changing records_per_block
Leave Your Comment