Oracle Error Message
ORA-39294: Cannot alter indextype of domain index.
Reason for the Error
DBMS_METADATA_DIFF was comparing two bitmap domain indexes with different indextypes. There is no SQL ALTER statement to alter the indextype of a domain index.
Solution
The difference cannot be eliminated with an SQL ALTER statement.