| To: | "Abdul Habra" <ahabra@xxxxxxxxx>, <users@xxxxxxxxxx> |
|---|---|
| Subject: | RE: [cinjug-users] inserting CLOB data in oracle 10g |
| From: | "Akalamkam, Pardha" <Pardha.Akalamkam@xxxxxxxxxxxxxxxx> |
| Date: | Wed, 30 May 2007 11:18:54 -0700 |
| Delivered-to: | mailing list users@xxxxxxxxxx |
| In-reply-to: | <978115.90100.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| Mailing-list: | contact users-help@xxxxxxxxxx; run by ezmlm |
| References: | <F90E5F92AFD1934CBFAB75AB8FC87E07BBFA86@xxxxxxxxxxxxxxxxxxxxxxx> <978115.90100.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| Thread-index: | Acei4vGZU9M/vR24T6OIjpWmpwf2PQAAYY/w |
| Thread-topic: | [cinjug-users] inserting CLOB data in oracle 10g |
|
Hi
I converted the string to CLOB before inserting it.
it's working fine now.
the code is below.
oracle.sql.CLOB newClob = oracle.sql.CLOB.createTemporary(dbConnection, false, oracle.sql.CLOB.DURATION_CALL);newClob.putString(1,clobData);
Pardha From: Abdul Habra [mailto:ahabra@xxxxxxxxx] Sent: Wednesday, May 30, 2007 10:50 AM To: Akalamkam, Pardha; users@xxxxxxxxxx Subject: Re: [cinjug-users] inserting CLOB data in oracle 10g "Akalamkam, Pardha" <Pardha.Akalamkam@xxxxxxxxxxxxxxxx> wrote:
Thank You, Abdul Habra
Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [cinjug-users] inserting CLOB data in oracle 10g, Abdul Habra |
|---|---|
| Next by Date: | Re: [cinjug-users] JAR signing, wonton927 |
| Previous by Thread: | Re: [cinjug-users] inserting CLOB data in oracle 10g, Abdul Habra |
| Next by Thread: | Correction....2007 Southern Ohio Software Symposium returns to Cincinnati on August 17-19th, Jay Zimmerman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |