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

Invalid Oracle URL specified: OracleDataSource.makeURL

  • 1.  Invalid Oracle URL specified: OracleDataSource.makeURL

    Posted Sun May 10, 2009 07:47 AM

    I have two Wm instances 6.5 (Linux, 1.4 JVM) and 7.2 (Windows, 1.5 JVM), I have setup JDBC connection in both of them using following parameters below, 6.5 JDBC connection is working fine but 7.2 JDBC is not working and shows “Cannot connect to the database with DataSource class "oracle.jdbc.pool.OracleConnectionPoolDataSource”.
    invalid arguments in call" Error:

    Transaction Type: LOCAL_TRANSACTION
    DataSource Class: oracle.jdbc.pool.OracleDataSource
    serverName: oracleprod
    user: TGEG
    password: ******
    databaseName: TGEG
    portNumber: 1521
    networkProtocol: tcp
    Other Properties: driverType=thin
    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
    Startup Retry Count: 0
    Startup Backoff Timeout (sec): 10

    In both Wms, I have copied ojdbc14.jar files under lib\jars. The only difference is 6.5 connecting to Oracle XE and 7.2 needs to connect to Oracle 10g.
    I have made sure that there are no trailing spaces in the connection setup values.
    If i remove the value of “Other Properties” in 7.2, then following error is generated; “Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    Invalid Oracle URL specified: OracleDataSource.makeURL


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


  • 2.  RE: Invalid Oracle URL specified: OracleDataSource.makeURL

    Posted Wed April 07, 2010 03:58 PM

    please try
    Other properties->driverType=oci


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