ERROR | materialized view does not include all primary key columns |
CAUSE | The query that instantiates the materialized view did not include all of the columns in the masters primary key constraint. |
ACTION | Include all of the masters primary key columns in the materialized view query or create a ROWID materialized view. |