We are trying to implement Oracle connection pooling with the help of Spring Framework. We are using DBCP connection pooling method. However the integration between DBCP and spr
I was also facing the same problem as you are.. so i used Oracle Native connection pool.. it works smoothly..
here is the link for the details http://www.lambdaprobe.org/d/oracle.shtml
Thanks! Pratik