Oracle Error Message
ORA-39295: Cannot alter index base cluster.
Reason for the Error
DBMS_METADATA_DIFF was comparing two cluster indexes defined on different clusters. There is no SQL ALTER statement to change the base cluster of a cluster index.
Solution
The difference cannot be eliminated with an SQL ALTER statement.