Oracle Solution for Error ora-32344

Solution for Oracle Error ORA-32344

ORA-32344: cannot create a secondary materialized view with synonym as base table

What triggered the Error:

It is not supported to create a secondary materialized view with synonym in the FROM clause.

What should we do to fix it:

Removed the synonym(s) from the statement.