How to insert more than 4000 characters to CLOB type column?
--create test table s create table s ( a clob ); insert into s values(\'>4000 char\') <
Use a clob column and use sqlldr to import the data from a csv.
clob
sqlldr
sqldeveloper can generate the necessary control .ctl script for you.
sqldeveloper
control
.ctl