David, I am inserting string size greater than 4000, so column is CLOB
Cheers
--
View this message in context:
http://camel.465427.n5.nabble.com/Insert-into-CLOB-Column-in-Oracle-using-JDBC-Component-tp4667458p4673824.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Christian ,
I am looking for an example of inserting into Oracle's clob column. If you
could pointer to an example that would be a great help!
I am using Camel 2.8.0, Oracle 11g , JDK 6
Cheers
Gary
--
View this message in context:
http://camel.465427.n5.nabble.com/Insert-into-CLOB-Column-in-
Hi , I am newbie to Camel's JDBC Component. I need to insert data into clob
column of Oracle 11g Table using Camel's JDBC Component.
My route looks like this
from("direct:requestwriter")
.to("bean:requestWriterBean")
.to("jdbc:myDataSourceInWLS10Jndi");
In RequestWriterBean, I am creating inse