ORA-01704: string literal too long for CLOB colum
Hi,
I'm trying to execute sql script containing a lot of insert into statements.
Insert into table (clob_column) values ("value of 5500 characters");
I get the below error message. Please let me know how do resolve this issue without PL/SQL ?
ORA-01704: string literal too long