Oracle Message ORA-12010 - cannot create materialized view log on table owned by SYS

ERRORcannot create materialized view log on table owned by SYS
CAUSEAn attempt was made to create a materialized view log on the table owned by SYS. CREATE MATERIALIZED VIEW LOG attempts to create a trigger on the table, but triggers can not be created on SYS tables.
ACTIONDo not create a materialized view log on SYS tables.