Oracle Error ORA-39297: Cannot alter materialized view attribute: string

Oracle Error Message

ORA-39297: Cannot alter materialized view attribute: string

Reason for the Error

DBMS_METADATA_DIFF was comparing two materialized views with incompatible attributes. There is no SQL ALTER statement to change this attribute of a materialized view.

Solution

The difference cannot be eliminated with an SQL ALTER statement.