Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01704: string literal too long

568998May 2 2010 — edited Aug 23 2012
Is there any way using generic sql to insert a string longer than 4000 chars into a CLOB? I can't use PLSQL it has to be generic sql using a quoted string. But I can do any specific Oracle code before loading the file containing the sql.

Example,
<Oracle specific code>

insert into test (col1) values ('<string longer than 4000 chars');
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2012
Added on May 2 2010
7 comments
120,070 views