ORA-12028: materialized view type is not supported by master site string
What triggered the Error:
Pre-Oracle8 master sites are not able to support primary key or subquery materialized views that are able to perform a fast refresh.What should we do to fix it:
Create a ROWID materialized view or use a master table from an Oracle8 site.