Oracle Solution for Error ora-12014

Solution for Oracle Error ORA-12014

ORA-12014: table 'string' does not contain a primary key constraint

What triggered the Error:

The CREATE MATERIALIZED VIEW LOG command was issued with the WITH PRIMARY KEY option and the master table did not contain a primary key constraint or the constraint was disabled.

What should we do to fix it:

Reissue the command using only the WITH ROWID option, create a primary key constraint on the master table, or enable an existing primary key constraint.