Database Error Messages

OCI-30670

invalid NOT NULL constraint specified on an identity column

Cause

A NOT NULL constraint was not specified correctly on an identity column.


Action

If a NOT NULL constraint is specified on an identity column, it must be enabled and nondeferrable.