Oracle Solution for Error ora-12001

Solution for Oracle Error ORA-12001

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

What triggered the Error:

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

What should we do to fix it:

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