how to configure non xa datasource in 11g
526059Nov 8 2010 — edited Feb 27 2020We were using mcf properties for connecting the datasources in our current version 10.1.2.0.2.
we are in the process of upgrading to 11g and it doesn't do the commits like the old version.
We have 'commits' inside our dbadapter calls and also refer that values in other places before the bpel process is complete.
I have changed the driver in databsource from
oracle.jdbc.xa.client.OracleXADatasource to oracle.jdbc.OracleDriver but that is giving errors.
Can anybody tell me how to configure the datasource to work like the mcf connections.