Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> problem insert on clob field

problem insert on clob field

From: Bruintje Beer <me_at_knoware.nl>
Date: Tue, 16 Jan 2007 17:10:32 +0100
Message-ID: <45acf8f5$0$749$5fc3050@dreader2.news.tiscali.nl>


Hi,

I have a problem inserting a clob field in a database table. My table

create table T1(id int, xmlmsg clob);

when I do an insert on this table with a big xmlmsg i get an error that he string literal is too long.

My sql code

insert into T1(id, xmlmsg) values(1, 'her comes a very big xml string');

gives me the oracle error. How can I insert my xmlmsg column.

thanks

John Received on Tue Jan 16 2007 - 10:10:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US