How to fix the Oracle error SQL*Loader-00261: illegal use of TERMINATED BY for RAW field?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00261: illegal use of TERMINATED BY for RAW field with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00261: illegal use of TERMINATED BY for RAW field
Reason for the Error SQL*Loader-00261: illegal use of TERMINATED BY for RAW field
The 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.
How to fix the Error SQL*Loader-00261: illegal use of TERMINATED BY for RAW field ?
You can fix this error in Oracle by following the below steps
Remove the TERMINATED BY option from the RAW field in the SQL*Loader control file.
Leave Your Comment