Oracle Error ORA-12001: cannot create log: table ‘string’ already has a trigger

Oracle Error Message

ORA-12001: cannot create log: table ‘string’ already has a trigger

Reason for the Error

Materialized view logs are filled by a trigger on the master table. That trigger cannot be created.

Solution

To create a materialized view log, drop the current trigger on the master.