Hi Hibernate-experts,
We are using Oracle RAC 10g (with 2 nodes) in our application which internally uses hibernate to call Oracle. Using TAF feature in Oracle RAC, we can handle fail-over using oracle OCI driver. But TAF has one limitation. It doesn't handle fail-over for DML transaction, it will simply rolled back the uncommitted transactions, application needs to take care of process the failed transaction in new connection which is provided by TAF. So we are in need of any built-in functionality/features/work-around in hibernate to handle this problem. Because you may did the work-around in your application for this situation, please share those steps to us. It will great helpful for us to handle this situation in our application. Thanks.
|