Database Error Messages

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

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.