Oracle Error Message
ORA-39261: Cannot modify column in cluster.
Reason for the Error
DBMS_METADATA_DIFF was comparing two clusters with different column lists. There is no SQL ALTER statement to modify a column in a cluster.
Solution
The difference cannot be eliminated with an SQL ALTER statement.