Hi
what is the best way to insert values into an oracle XMType column from an
camel route?
Currently I'm trying camel-sql component. I create a SQLXML object and put
this value into an camel header. SQL component uses named parameters in the
input sql. This approach leads to an SQLException sayi
Thanks for your response.
It was just a classpath issue. I just added oracles orai18n.jar, xdb.jar,
xmlparserv2.jar to my classpath. Then the data is inserted as XML and not as
a LARGE value.
--
View this message in context:
http://camel.465427.n5.nabble.com/Inserting-oracle-XMLType-with-cam