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

QUESTION Oracle Adapter Custom SQL Configured Operation

  • 1.  QUESTION Oracle Adapter Custom SQL Configured Operation

    Posted Thu February 07, 2002 03:33 AM

    I’m having problems inserting data into an oracle db. The insert’s fail due to mal formed sql.
    (i.e., if I try inserting the name Fred’s Farm Supplies).

    Any know work around. I’ve tried creating a standard INSERT operation, but can’t complete the process due to a time-out. I’ve increased the EI preference time out to 300sec but it just hangs my cpu. I’ve seen some CO’s created using the standard INSERT, but can’t duplicate them myself.

    HELP.


    #broker
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: QUESTION Oracle Adapter Custom SQL Configured Operation

    Posted Fri September 27, 2002 02:49 PM

    THis is because of the data. If the name/data contains '(single quote ) then wM prepare mail formed SQL as follows

    Insert into supllier ( name,address) values ( ‘Fred’s’,‘add1’);

    so you need to append one more quote whenver a single quote appear in the data .
    then the insert query become as follows which would execute smoothly
    Insert into supllier ( name,address) values ( ‘Fred’‘s’,‘add1’);

    regards

    murali


    #Universal-Messaging-Broker
    #webMethods
    #broker
    #Integration-Server-and-ESB


  • 3.  RE: QUESTION Oracle Adapter Custom SQL Configured Operation

    Posted Fri September 27, 2002 02:54 PM

    Hi all,
    I am in need of a webMethods specialist with EAI Experience,
    can any one help me on this requirement


    #broker
    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 4.  RE: QUESTION Oracle Adapter Custom SQL Configured Operation

    Posted Sat September 28, 2002 07:47 AM

    hi,
    For which location is the requirement ? what type of person u are looking for?

    Thanks,
    shyam


    #Integration-Server-and-ESB
    #broker
    #Universal-Messaging-Broker
    #webMethods