Cause: The Replication API does not support the following options and types of materialized view:
- ROWID materialized views
- REFRESH ON COMMIT
- ON PREBUILT TABLE
- BUILD DEFERRED
- NEVER REFRESH
- ENABLE QUERY REWRITE
Error solution: Create a PRIMARY KEY materialized view using REFRESH WITH PRIMARY KEY and/or remove the invalid options.
Database version: Oracle 11g Release 2 (11.2)