Friday, July 19, 2019

ORA-01704: string literal too long; String to Clob

Use

insert into .. values (to_clob('...') || to_clob('...')..)  or 

update table ..values(to_clob('...') || to_clob('...'))

No comments: