Oracle Error ORA-39259: Cannot add column to cluster.

Oracle Error Message

ORA-39259: Cannot add column to cluster.

Reason for the Error

DBMS_METADATA_DIFF was comparing two clusters with different column lists. There is no SQL ALTER statement to add a column to a cluster.

Solution

The difference cannot be eliminated with an SQL ALTER statement.