Database Error Messages

SQL*Loader-00212

The field level ENCLOSED BY clause is not allowed with the CSV WITH EMBEDDED clause.

Cause

A field level ENCLOSED BY clause was specified with the CSV WITH EMBEDDED clause. All fields must use the same ENCLOSED BY or OPTIONALLY ENCLOSED BY clause for CSV files with embedded record terminators.


Action

Either remove the field level ENCLOSED BY clause, or, if the data file does not contain embedded record terminators, change CSV WITH EMBEDDED to CSV WITHOUT EMBEDDED.