| ERROR | 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. |