Database Error Messages

ORA-39286

Cannot convert between types of index.

Cause

DBMS_METADATA_DIFF was comparing two indexes of different types, for example, a table index, a domain index, a cluster index, a bitmap index or a bitmap join index There is no SQL ALTER statement to change the type of an index.


Action

The difference cannot be eliminated with an SQL ALTER statement.