ERROR | invalid CREATE MATERIALIZED VIEW command |
CAUSE | The Replication API does not support the following options and types of materialized view: o ROWID materialized views o REFRESH ON COMMIT o ON PREBUILT TABLE o BUILD DEFERRED o NEVER REFRESH o ENABLE QUERY REWRITE |
ACTION | Create a PRIMARY KEY materialized view using REFRESH WITH PRIMARY KEY and/or remove the invalid options. |