Oracle Message ORA-12066 - invalid CREATE MATERIALIZED VIEW command

ERRORinvalid CREATE MATERIALIZED VIEW command
CAUSEThe 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
ACTIONCreate a PRIMARY KEY materialized view using REFRESH WITH PRIMARY KEY and/or remove the invalid options.