Oracle Error SQL*Loader-00125: specified value for readsize(number) less than max_record_size(number)

Oracle Error Message

SQL*Loader-00125: specified value for readsize(number) less than max_record_size(number)

Reason for the Error

The command line argument specified for readsize was less than the value of max_record_size.

Solution

No action is required. SQL*Loader automatically adjusts the value of readsize to equal the value of max_record_size.