How to fix the Oracle error ORA-01478: array bind may not include any LONG columns?
In this post, you’ll learn more about the Oracle ErrorORA-01478: array bind may not include any LONG columns with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01478: array bind may not include any LONG columns
Reason for the Error ORA-01478: array bind may not include any LONG columns
User is performing an array bind with a bind variable whose maximum size is greater than 2000 bytes.
How to fix the Error ORA-01478: array bind may not include any LONG columns ?
You can fix this error in Oracle by following the below steps
Such bind variables cannot participate in array binds. Use an ordinary bind operation instead.
Leave Your Comment