How to fix the Oracle error SQL*Loader-00123: specified value for bindsize(number) less than readsize(number)?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00123: specified value for bindsize(number) less than readsize(number) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00123: specified value for bindsize(number) less than readsize(number)
Reason for the Error SQL*Loader-00123: specified value for bindsize(number) less than readsize(number)
The command line argument specified for bindsize was less than the value of readsize.
How to fix the Error SQL*Loader-00123: specified value for bindsize(number) less than readsize(number) ?
You can fix this error in Oracle by following the below steps
No action is required. SQL*Loader automatically adjusts the value of bindsize to equal the value of readsize.
Leave Your Comment