Database Error Messages

OCI-01480

trailing null character is missing from SQLT_STR type bind data

Cause

A bind variable of type SQLT_STR (null-terminated string) did not contain the terminating null character in its buffer.


Action

Add a null character at the end of the string.