0
votes

we are removing jboss from spring-based application and considering what a datasource to use instead of jboss's one for oracle. We used such properties (in oracle-ds.xml) as

  • min-pool-size
  • max-pool-size
  • blocking-timeout-millis
  • prepared-statement-cache-size
  • etc...

didn't find analog params in BasicDataSource, apache connection pool.

1

1 Answers

2
votes

Have a look at c3p0. It should fit your needs. Here are the configuration details.