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

Home -> Community -> Usenet -> c.d.o.server -> Insert large strings per sqlscript in clob field

Insert large strings per sqlscript in clob field

From: Jan Baer <jan.baer_at_expires-2006-10-31.arcornews.de>
Date: Mon, 16 Oct 2006 13:27:04 +0200
Message-ID: <45336c88$0$21741$9b4e6d93@newsspool3.arcor-online.net>


Hallo,

we have a databasetable in a Oracle 9.2 Database. This table has an CLob field for xml-Settings. The length of the xml string can be various between 2000 and > 10000 chars. We want to insert any datarecords per sql script. The script can executed in SQL Plus whitout a problem and without a errormessage. But when we check the length of the content of the clob field, then the length is diferrent to the awaited size.

We don't know where the problem is.

The synax for the insert statement was :

update table set xmlfield = '<xml>
...
</xml>' where idfield = @id

-- 


Beste Grüße

Jan
Received on Mon Oct 16 2006 - 06:27:04 CDT

Original text of this message

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