Database Error Messages

OCI-01459

invalid length for a variable length character string value in bind buffer

Cause

The buffer length was less than the minimum required or greater than its length at bind time.


Action

Ensure that the buffer is large enough to hold the string of the size specified.