Oracle Solution for Error ora-01480

Solution for Oracle Error ORA-01480

ORA-01480: trailing null missing from STR bind value

What triggered the Error:

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

What should we do to fix it:

Terminate the string with a null character