IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.

 View Only
Expand all | Collapse all

Oracle DataSource Class Difference

  • 1.  Oracle DataSource Class Difference

    Posted Mon June 29, 2009 08:11 PM

    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,


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 2.  RE: Oracle DataSource Class Difference

    Posted Tue June 30, 2009 03:28 PM

    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.

    • Percio

    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB