ORA-30353: expression not supported for query rewrite
What triggered the Error:
The select clause referenced UID, USER, ROWNUM, SYSDATE, CURRENT_TIMESTAMP, MAXVALUE, a sequence number, a bind variable, correlation variable, a set result,a trigger return variable, a parallel table queue column, collection iterator, etc.What should we do to fix it:
Remove the offending expression or disable the REWRITE option on the materialized view.