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.  Oracle PL/SQL

    Posted Mon March 21, 2005 04:31 PM

    Does Entire-X interface with oracle PL/SQL?

    Our Internet support Staff uses the integrated Apache web server that comes with Oracle to provide dynamic web site content. I was asked the question above.

    Does anyone have any suggestions on which components of EntireX would best be suited to use with Oracle PL/SQL? If there are examples available, please tell me where they are located.

    Thanks


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: Oracle PL/SQL

    Posted Mon March 21, 2005 07:39 PM

    One option is to use the Java Wrapper and/or RPC server. For Oracle applications wanting data from mainframe (eg Natural / Adabas), a Java Wrapper client program would make an RPC call to Natural RPC server to return data. For Natural (or other mainframe client applications), Natural can call a Java RPC Server (see the Examples directory and SDK documentation), which invokes Java methods to do such things as accessing Oracle databases.

    There is a Technical Paper on Servline24 on “RPC Testing” in the EntireX section that talks about calling the Java RPC Server from Natural.


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: Oracle PL/SQL

    Posted Mon March 21, 2005 08:36 PM

    Thank you. This information was very helpful.


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 4.  RE: Oracle PL/SQL

    Posted Mon March 28, 2005 03:40 AM

    Attached is a Java as well as a PL/SQL example, which a colleague of mine created a few years ago.

    I hope you find it useful.

    Theo
    Oracle.zip (38.5 KB)


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 5.  RE: Oracle PL/SQL

    Posted Mon March 28, 2005 03:40 AM

    And here is the second attachment.
    PL SQL.zip (1.1 KB)


    #Mainframe-Integration
    #EntireX
    #webMethods