Database Error Messages

SQL*Loader-00465

string directive expects number arguments, number found.

Cause

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.


Action

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