Database Error Messages

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

OCI-22295

cannot bind more than 4000 bytes data to LOB and LONG columns in 1 statement

Cause

An attempt was made to bind data more than 4000 bytes of data to both LOB and LONG columns in the same insert or update statement. You can bind more than 4000 bytes of data to either a LONG column or one or more LOB columns but not both.


Action

Bind more than 4000 bytes of data to either the LONG column or one or more LOB columns but not both.