Database Error Messages

OCI-01758

table must be empty to add mandatory (NOT NULL) column

Cause

It was not possible to define a new column as NOT NULL if rows already existed in the table being modified.


Action

Retry the statement without the NOT NULL specification.