| ERROR | Control file must be first data file. |
| CAUSE | The SQL*Loader control file is specified as containing data using the INFILE * clause, but other datafiles were named first. |
| ACTION | Move the INFILE * clause so that it is the first datafile declared in the SQL*Loader control file. |