ORA-32309: object mview type "string
"."string" does not match the master table typeWhat triggered the Error:
An attempt was made to create an object materialized view whose type does not match the type of the master object table.What should we do to fix it:
Redefine the type so that it matches the type of the master object table.