In Oracle 11g I have a stored procedure like this: PROCEDURE test_params (o_message_tbl OUT core.message_tbl);
One of the column is of the type XMLTYPE in Oracle database. In my application, I want to persist the data and using Hibernate.
Im migrating an ALBPM 6.5 running on a WLS 10.0 to an Oracle BPM 10.3.1 running on WLS 10.3.1 I got some problems with the Oracle driver because the old driver (weblogic.jdbcx.oracle.OracleDataSource
I\'ve got the following small Groovy script that just does a count of rows in the database for a specific date.