Java Tip: post Clob data to stored procedure in Oracle with Spring Framework

Currently I am very busy with a new Java webapp project. One of the specifiactions was to collect XML data and store it via an Stored Procedure in a Oracle table. The XML data can be very large so we should use CLOB (Character Large Object ). For details, see http://en.wikipedia.org/wiki/CLOB. The customer is using for all Read More