Oracle Solution for Error ora-12086

Solution for Oracle Error ORA-12086

ORA-12086: table "string"."string" is not an object table

What triggered the Error:

The CREATE MATERIALIZED VIEW LOG command was issued with the WITH OBJECT ID option and the master table is not an object table.

What should we do to fix it:

Either specify the name of an object table, or remove the WITH OBJECT ID clause.