ERROR | materialized view, string, requires join back to table, string, on column, string |
CAUSE | 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. |
ACTION | None |