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

Does MwS support Oracle connection descriptors?

  • 1.  Does MwS support Oracle connection descriptors?

    Posted Tue June 30, 2020 06:57 AM

    Hi all,
    does MwS support full-blown connection descriptors like the following for its own database (set by URL parameter in mws.db.xml file)?

    jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = host1)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = host2)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = host3)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = host4)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = servicename)))

    I’m asking because our system, which had been set up by consultants, does only use a simple connection string to a single host which, of course, does not enable failover handling nor load-balancing.

    Best regards,
    Marcus


    #MWS-CAF-Task-Engine
    #BPM
    #webMethods


  • 2.  RE: Does MwS support Oracle connection descriptors?

    Posted Wed July 15, 2020 10:34 PM

    Yes it does as it uses oracle drivers and those drivers support full-blown connection descriptors.


    #MWS-CAF-Task-Engine
    #webMethods
    #BPM


  • 3.  RE: Does MwS support Oracle connection descriptors?

    Posted Tue August 25, 2020 07:01 AM

    Hi Senthil,
    that’s interesting. The answer I got from the SAG support team was a bit different: They told me that MwS is shipped with the Progress DataDirect driver which uses a different connection URL syntax - though it should still support failover.

    Best regards
    Marcus


    #BPM
    #MWS-CAF-Task-Engine
    #webMethods