Oracle Solution for Error ora-12098

Solution for Oracle Error ORA-12098

ORA-12098: cannot comment on the materialized view

What triggered the Error:

An attempt was made to issue a COMMENT ON TABLE statement on a materialized view.

What should we do to fix it:

Issue a COMMENT ON MATERIALIZED VIEW statement instead.