Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi, I was wondering what is the difference between using in my jdbc connection one of the following: 1 - oracle.jdbc.pool.OracleDataSource 2 - oracle.jdbc.pool.OracleConnectionPoolDataSource I’m using Oracle 9i and jdbc driver /opt/webMethods7/IntegrationServer/packages/WmJDBCAdapter/code/jars/static/ojdbc14.jar /opt/webMethods7/IntegrationServer/packages/WmJDBCAdapter/code/jars/static/ocrs12.zip My webMethods version is 7.1.1 Thanks,
One implements pooling and the other one doesn’t. For use with the JDBC Adapter, just use the regular OracleDataSource since pooling is handled by the webMethods adapter framework itself.