Cause: The query that instantiates the materialized view did not include all of the columns in the master's primary key constraint. See the solution below.
Error solution: Include all of the master's primary key columns in the materialized view query or create a ROWID materialized view.
Database version: Oracle 11g Release 2 (11.2)