Database Error Messages

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

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