Oracle Solution for Error ora-12068

Solution for Oracle Error ORA-12068

ORA-12068: updatable mview log for mview "string"."string" does not exist

What triggered the Error:

The updatable materialized view was missing the updatable materialized view log required to track updates made to the materialized view.

What should we do to fix it:

Create the updatable materialized view log.