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: CLOB length problem

Re: CLOB length problem

From: aruneeshsalhotr <member32378_at_dbforums.com>
Date: Wed, 09 Jul 2003 00:13:10 +0000
Message-ID: <3088447.1057709590@dbforums.com>

Hi
I recently manged to get the updation of CLOB object complete with absolute success. The key to the same, is not the createStatement or preparedStatement, but the parameters you pass to both the functions, which are related to the cursors.

Just do a select on the clob objects, and while creating the statement, pass two additions parameters to the query, alongwith the "select ..... for update".

Any more questions on the same, please write and I would surely respond back asap.

Regards
Aruneesh

--
Posted via http://dbforums.com
Received on Tue Jul 08 2003 - 19:13:10 CDT

Original text of this message

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