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