oracle - what datasource to use intead of jboss one's? -
we removing jboss spring-based application , considering datasource use instead of jboss's 1 oracle. 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.
have @ c3p0. should fit needs. here configuration details.
Comments
Post a Comment