Oracle Error Message
ORA-30370: set operators are not supported in this context
Reason for 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.
Solution
Re-specify the expression to avoid the use of set operators.