ERROR | materialized view log for string.string does not record the primary key |
CAUSE | A primary key materialized view is being fast refreshed, but the materialized view log does not record primary key information. |
ACTION | Use the CREATE MATERIALIZED VIEW LOG...ADD PRIMARY KEY command to begin recording primary key information in the materialized view log. |