Oracle Error ORA-12068: updatable mview log for mview “string”.”string” does not exist

Oracle Error Message

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

Reason for the Error

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

Solution

Create the updatable materialized view log.