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
  • 1.  Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Thu October 23, 2003 12:56 AM

    I get the following error when I try to enable my JDBC driver. I have the right oracle class file (classes12.zip) in the right location. I can connect to the database through Sqlplus.

    My connection information follow:

    JDBCOracle1:JDBCOracle1 Details
    Connection Type JDBC Adapter Connection
    Package Name VSKTest
    Connection Properties
    Transaction Type LOCAL_TRANSACTION
    DataSource Class oracle.jdbc.pool.OracleDataSource
    serverName localhost
    user scott
    password ******
    databaseName oracle1
    portNumber 1521
    networkProtocol tcp
    Other Properties driverType=oci
    Connection Management Properties
    Enable Connection Pooling true
    Minimum Pool Size 1
    Maximum Pool Size 10
    Pool Increment Size 1
    Block Timeout (msec) 1000
    Expire Timeout (msec) 1000

    This is the error I see:

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource JDBCOracle1:JDBCOracle1.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    no ocijdbc9 (ocijdbc9.dll) in java.library.path


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


  • 2.  RE: Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Thu October 23, 2003 11:21 PM

    Vasan,

    I think classes12.zip is a thin JDBC driver and not an OCI driver. Therefore, you should specify driverType=thin. Also, I think the class oracle.jdbc.pool.OracleDataSource does not implement the Connection Pool interface, whereas oracle.jdbc.pool.OracleConnectionPoolDataSource does, so you might want to specify that in your DataSource Class.


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


  • 3.  RE: Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Fri August 19, 2005 12:30 AM

    If i need to use oci driver which class file should i use, by the way i m using ojdbc14.jar cuz i m running jvm 1.4.

    Any help will be appreciated


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


  • 4.  RE: Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Wed January 31, 2007 12:17 PM

    Hi All,

    If i need to use oci driver, which datasource class file should i use, by the way i m using ojdbc14.jar.

    Help is appreciated.

    Thnx


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


  • 5.  RE: Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Sat July 21, 2007 08:16 AM

    CAN ANY ONE PROVIDE ME “OJDBC.JAR” FILE OR ANY LINK RELATED TO THIS. :eek: THANX


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


  • 6.  RE: Configuring JDBC adapter to Orcale 9i on Windows XP

    Posted Thu July 26, 2007 06:10 AM