Database Error Messages

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

ORA-43920

DEFAULT ON NULL is not supported for object type or REF columns

Cause

DEFAULT ON NULL was specified on a object type or REF column. These types are not supported.


Action

Remove the ON NULL keyword for this column.