Delimited data processing reads in a record made up of VARCHAR data.
Thus, the max column size is 64000 bytes.
Plus, you specified the CLOB column as "deferred by name" which means your input record has (or should have) a file name in the 3rd field, and the actual LOB data is located in an external file.
Delimited data processing reads in a record made up of VARCHAR data.
Thus, the max column size is 64000 bytes.
Plus, you specified the CLOB column as "deferred by name" which means your input record has (or should have) a file name in the 3rd field, and the actual LOB data is located in an external file.