Database Error Messages

QSM-01110

query rewrite not possible with materialized view string because it contains a join between tables (string) that is not present in the query and that potentially eliminates rows needed by the query

Cause

All lossy joins in the materialized view must be present in the query for query rewrite to occur.


Action

None