Oracle Error Message
ORA-23414: materialized view log for “string”.”string” does not record rowid values
Reason for the Error
A rowid materialized view is being fast refreshed, but the materialized view log does not record rowid information.
Solution
Use the CREATE MATERIALIZED VIEW LOG…ADD ROWID command to begin recording rowid information in the materialized view log.