Database Error Messages

OCI-14699

long bind value is too large for column

Cause

An attempt was made to bind a value larger than 4000 bytes for insert or update of a VARCHAR2, NVARCHAR2, or RAW column, and the value was too large for the destination column.


Action

Either make the destination column larger, or reduce the size of the bind value.