Oracle DBA, How To, Error, Cause and Action

ORA-01480: trailing null missing from STR bind value

ORA-01480: trailing null missing from STR bind value


Cause:


A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.



Action:


Terminate the string with a null character

No comments:

Post a Comment

Thanks for your comment.