ERROR | updatable materialized views must be simple enough to do fast refresh |
CAUSE | The updatable materialized view query contained a join, subquery, union, connect by, order by, or group by caluse. |
ACTION | Make the materialized view simpler. If a join is really needed, make multiple simple materialized views then put a view on top of them. |