Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.