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.  Connection Properties

    Posted Thu July 19, 2018 03:18 PM

    Hi Team,

    Can anyone tell me if the other properties of the JDBC Adapter Connection is defined as below , what it means:

    driverType=thin,server=dedicated.

    TIA


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 2.  RE: Connection Properties

    Posted Thu July 19, 2018 03:37 PM

    Hi Priyanka,

    not sure about the server=dedicated part as I have never used this.

    driverType=thin is the preferred setting when using oracle database with ojdbc driver jar instead of driverType=oci, which requires an additional native lib.

    Regards,
    Holger


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: Connection Properties

    Posted Thu July 19, 2018 08:11 PM

    Check oracle docs.

    SERVER

    Purpose
    Use the parameter SERVER to instruct the listener to connect the client to a specific type of service handler.

    Embed this parameter under the CONNECT_DATA parameter.

    Values
    dedicated to specify that client requests be served by dedicated server

    shared to specify that client request be served by shared server

    Note:

    Shared server must be configured in the database initialization file in order for the client to connect to the database with a shared server process. See the Oracle Net Services Administrator’s Guide for configuration information.

    Note:

    The USE_DEDICATED_SERVER parameter in the sqlnet.ora file overrides this parameter.

    Example
    net_service_name=
    (DESCRIPTION=
    (ADDRESS=…)
    (ADDRESS=…)
    (CONNECT_DATA=
    (SERVER_NAME=sales.us.acme.com)
    (SERVER=dedicated)))


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Connection Properties

    Posted Fri July 20, 2018 05:05 PM

    Interesting where did you get this setting from “server=dedicated”… the commonly used is -

    Other Properties driverType=thin

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #edi