Database Error Messages

ORA-32332

cannot refresh materialized view "string"."string" as type evolution has occurred

Cause

The types used by the materialized view or its master tables have been evolved.


Action

Ensure that the types used by the materialized view have been evolved to the same version at both the master and materialized sites. Then, before refreshing the materialized view, evolve the materialized view using ALTER MATERIALIZED VIEW.