ORA-30359: Query rewrite is not supported on SYS materialized views
What triggered the Error:
An attempt was made to enable the REWRITE option on a materialized view in the SYS schema.What should we do to fix it:
Create the materialized view in a different schema or disable the REWRITE option.