Database Error Messages

OCI-32435

failed to refresh materialized view due to mismatched column datatype

Cause

The materialized view refresh failed because one or more columns in the materialized view was a different data type compared to the corresponding column(s) in the master table.


Action

Check further error messages in the stack for more detail about the cause. If the master table column has been altered or redefined, drop the materialized view and re-create it.