Database Error Messages

ORA-32792

prebuilt table managed column cannot be an identity column

Cause

An attempt was made to create a materialized view on a prebuilt table that has a managed column that is an identity column.


Action

Either remove the identity property, or do not include the column in the materialized view definition.