posted 12 years ago
Hello Experts,
I want to use fastConnectionFailover functionality of Oracle10g in my project. The old configuration of project is using BasicDataSource, but to use fastConnectionFailover functionaliy I have to use OracleDataSource.
But if I use OracleDataSource, then some fields (e.g. MaxIdle, MAXWait ,maxActive, removeAbandoned, removeAbandonedTimeout, abandonedConnectionTimeout, defaultReadOnly) of BasicDataSource are not supported.
So, How to implement "Fast Connect Failover" (FCF), using spring, in case BasicDataSource is used.