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.  JDBC vs Oracle Adapter

    Posted Wed May 10, 2006 11:51 AM

    Hello,

    Can you tell me why do some companies shell out money on Oracle Adapter to connect to a Oracle database, when they can do the same work by using JDBC Adapters (which is free).

    Is there any significant advantage of Oracle Adapters over JDBC Adapters to connect to Oracle databsae?

    Thanks,
    Sunny


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


  • 2.  RE: JDBC vs Oracle Adapter

    Posted Wed May 10, 2006 02:25 PM

    The Oracle adapter is for the Oracle suite of financial and ERP applications, not the Oracle database.

    Mark


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


  • 3.  RE: JDBC vs Oracle Adapter

    Posted Wed May 10, 2006 03:55 PM

    Hi Sunny

    The Oracle Adapter is for connecting to Oracle Applications which is an ERP Application and not the Oracle Database

    Cheers
    Jeevan


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


  • 4.  RE: JDBC vs Oracle Adapter

    Posted Thu May 11, 2006 03:14 PM

    In addition to what Mark/Jeevan mentioned, I’d say that when most people buy the Oracle Apps adapter, they are not so much getting it because of the adapter itself but because of the Predefined Transaction services that you can get with the adapter.

    The Predefined Transactions services are simply flow services that webMethods developed, which use the Oracle Apps adapter to perform some very common transactions on the different Oracle ERP modules, such as Financials, Human Resources, Order Management, etc.

    If you tried to use the JDBC adapter to do all this, yes, you could get it done. HOWEVER, you would end up doing a lot of work that is already implemented.


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


  • 5.  RE: JDBC vs Oracle Adapter

    Posted Fri May 19, 2006 09:39 AM

    As the experts replied above, I can add some points:

    1. webMethods Oracle App Adapter can support only several limited version of Oracle ERP with predefined transactions
    2. Even if the version of the Oracle ERP you are using is supported by webMethods Oracle App adapter, your ERP instance should not have been customized. Or, the predefined transactions will not work properly.

    So, if you have an Oracle ERP that has been customized, you should pay attention to the customization that will affect webMethods Oracle App Adapter.

    In some customer cases, they are really using JDBC connection to do some simple transactions.

    Am I right?


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


  • 6.  RE: JDBC vs Oracle Adapter

    Posted Mon October 16, 2006 11:26 PM

    Hi All,

    Based on experience, Advantage of OA is

    • Oracle Applications Adapter uses SQL trees to build and run outbound (Oracle App to IS) transaction definitions. SQL trees are hierarchical SQL statements that the adapter executes at runtime to retrieve data from an Oracle Applications system and to store the data in a hierarchical format that is easily accessible in integration flows

    • SQL trees enable the adapter to collect data from separate tables and to place (join) the results in a hierarchical structure rather than in a standard result set.

    It is very difficult Framing SQL Tree in JDBC Adapter.

    thanks
    nagarajan.d


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