How to fix the Oracle error ORA-01479: last character in the buffer is not Null?
In this post, you’ll learn more about the Oracle ErrorORA-01479: last character in the buffer is not Null with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01479: last character in the buffer is not Null
Reason for the Error ORA-01479: last character in the buffer is not Null
A bind variable of type 97 does not contain null at the last position
How to fix the Error ORA-01479: last character in the buffer is not Null ?
You can fix this error in Oracle by following the below steps
Make the last character null
Leave Your Comment