Hi,
We are using Oracle 11g with ojdbc14-10.2.0.3.jar and oro-2.0.6.jar for managing our connections. When I use Hibernate.createClob(Reader reader, int length), the xml that we are trying to stream is getting cutoff, and there is no exceptions. It seems to me the whole stream is not being flushed to the database.
When I use straight jdbc without hibernate, I was able to get the whole xml streamed to the database.
I have searched your forum and did some search on the net, but have not seen any solutions. I was wondering if you could point me to the correct direction.
Thanks
Tolga
|