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