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 -> Re: problem insert on clob field

Re: problem insert on clob field

From: sybrandb <sybrandb_at_gmail.com>
Date: 16 Jan 2007 09:05:16 -0800
Message-ID: <1168967109.803189.156400@11g2000cwr.googlegroups.com>

On Jan 16, 5:10 pm, "Bruintje Beer" <m..._at_knoware.nl> wrote:
> 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

Please post

- your version
- the actual code
- the *exact* oracle error

Your string is apparently treated as a varchar2 (4000 bytes) max.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Tue Jan 16 2007 - 11:05:16 CST

Original text of this message

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