Database Error Messages

OCI-32795

cannot insert into a generated always identity column

Cause

An attempt was made to insert a value into an identity column created with GENERATED ALWAYS keywords.


Action

A generated always identity column cannot be directly inserted. Instead, the associated sequence generator must provide the value.