How to fix the Oracle error ORA-01480: trailing null missing from STR bind value?
In this post, you’ll learn more about the Oracle ErrorORA-01480: trailing null missing from STR bind value with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01480: trailing null missing from STR bind value
Reason for the Error ORA-01480: trailing null missing from STR bind value
A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.
How to fix the Error ORA-01480: trailing null missing from STR bind value ?
You can fix this error in Oracle by following the below steps
Terminate the string with a null character
Leave Your Comment