ORA-32332: cannot refresh materialized view "string
"."string" as type evolution has occuredWhat triggered the Error:
The types used by the materialized view or its master tables have been evolved.What should we do to fix it:
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.