Database Error Messages

QSM-01121

materialized view, string, is TRUSTED in ENFORCED integrity mode

Cause

A stale materialized view created with USING TRUSTED CONSTRAINTS clause cannot be used when the query rewrite integrity mode is set ENFORCED.


Action

Alter materialized view such that it has the ENFORCED CONSTRAINTS ALTER MATERIALIZED VIEW mv REFRESH USING ENFORCED CONSTRAINTS