Oracle Error ORA-32414: materialized view logs are not compatible with each other for fast refresh

Oracle Error Message

ORA-32414: materialized view logs are not compatible with each other for fast refresh

Reason for the Error

An attempt was made to create a fast refreshable materialized view on tables which have commit SCN-based materialized view logs and tables which have timestamp-based materialized view logs.

Solution

Use COMPLETE REFRESH or change underlying materailized view logs to make them compatible with each other for fast refresh.