Oracle - connection Pooling with spring framework

后端 未结 5 2126
萌比男神i
萌比男神i 2021-02-01 11:38

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

5条回答
  •  渐次进展
    2021-02-01 11:52

    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

提交回复
热议问题