I want to insert large size of data that character length is more than 10,000. I used CLOB data type to each column. I can't insert/update that large data it shows following error:
ORA-01704: string literal too long
My code
insert into table1 value(1,'values>10000');