Database Error Messages

ORA-32791

prebuilt table managed column cannot have a default on null

Cause

An attempt was made to create a materialized view on a prebuilt table that has a managed column with a default on null expression.


Action

Either remove the default on null property, or do not include the column in the materialized view definition.