ORA-30370: set operators are not supported in this context
What triggered the Error:
A set operator such as UNION, UNION ALL, INTERSECT, or MINUS was encountered in an unsupported context, such as in a materialized view definition.What should we do to fix it:
Re-specify the expression to avoid the use of set operators.