Oracle Error QSM-01102: materialized view, string, requires join back to table, string, on column, string

Oracle Error Message

QSM-01102: materialized view, string, requires join back to table, string, on column, string

Reason for the Error

A column in the query does not appear in the materialized view. Query rewrite will try to obtain this column from the base table, by doing a join back to that column with the MV.

Solution

None