posted 21 years ago
We want to use connection pooling for Oracle database. Right now we are using jdbc.oracle.driver.OracleDriver class for datasource configuration.
I read here some where that we should use another class(oracle.jdbc.pool.OralceConnectionPooldataSource) instead if we need to use connection pooling.
thanks
...Ranvir