HomeOracleOracle Error ORA-14646: Specified alter table operation involving compression cannot be performed in the presence of usable bitmap indexes

Oracle Error ORA-14646: Specified alter table operation involving compression cannot be performed in the presence of usable bitmap indexes

Oracle Error Message

ORA-14646: Specified alter table operation involving compression cannot be performed in the presence of usable bitmap indexes

Reason for the Error

The first time a table is altered to include compression, it cannot have a usable bitmap index (partition). Subsequent alter table statements involving compression do not have this same restriction.

Solution

A) Drop any bitmap indexes defined on the table, and re-create them once the operation is complete or, B) Mark all index fragments of all bitmap indexes defined on the table UNUSABLE and rebuild them once the operation is complete.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...