webMethods

webMethods

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.  Oracle 9i JDBC Driver

    Posted Tue April 09, 2002 09:34 AM

    I am running IS 4.6 and trying to call a webMethods service from inside an Oracle stored procedure (PL/SQL). PL/SQL uses the UTL_HTTP package which provides for things like user authentication. The problem I am having is that my HP-UX box is running Oracle 8i and the UTL_HTTP package is contained in Oracle 9i. So I need to get the 9i driver for HP-UX.

    I have spent hours looking for an Oracle 9i JDBC driver for HP-UX 11. Oracle’s download site has these drivers for Solaris and NT but not HP UX. Can anyone point me to where I may find this?

    Any help is appreciated.

    Cheers,
    Rajesh


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Oracle 9i JDBC Driver

    Posted Wed April 10, 2002 08:59 AM

    I’m pretty sure you don’t need new JDBC drivers. The UTL_HTTP package is part of Oracle itself, it isn’t contained in the JDBC driver.

    But, there may be an answer. Tom Kyte of http://asktom.oracle.com fame built a version of the utl_http package that works in 8.1. See

    http://asktom.oracle.com/pls/ask/f?p=4950:8:677502::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:921629345219,{utl_http}%20and%20{password}


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General