Database Error Messages

ORA-39259

Cannot add column to cluster.

Cause

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


Action

The difference cannot be eliminated with an SQL ALTER statement.