Message Oracle SQL*Loader-00261 - illegal use of TERMINATED BY for RAW field

ERRORillegal use of TERMINATED BY for RAW field
CAUSEThe TERMINATED BY option cannot be used for loading data of type RAW from the data file. The only exception is when loading RAW data from LOBFILES. In that case, you may specify the TERMINATED BY EOF option.
ACTIONRemove the TERMINATED BY option from the RAW field in the SQL*Loader control file.