Oracle Error SQL*Loader-00465: string directive expects number arguments, number found.

Oracle Error Message

SQL*Loader-00465: string directive expects number arguments, number found.

Reason for the Error

You specified a directive such as COUNT() or BFILE() in the SQL*Loader control file. This directive specifies a fixed number of arguments, but the SQL*Loader control file contains a different number of arguments.

Solution

Correct the SQL*Loader control file so that the directive contains the correct number of arguments.