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.  Hot Standby Database configuration.

    Posted Tue May 12, 2009 02:16 PM

    Need to know if anyone has created a JDBC connection that has the hot standby databse information in configured. I would like to have the primary database hostname and database name with the secondary hostname and database also. I am thinking it should look something like this.

    DataSource Class= oracle.jdbc.pool.OracleDataSource
    serverName=PrimaryServer; SecondaryServer
    user=username
    password=pwd
    databaseName=PrimaryDB; SecondaryDB
    portNumber=9999
    Other Properties=driverType=thin


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


  • 2.  RE: Hot Standby Database configuration.

    Posted Wed May 13, 2009 05:57 AM

    in what senario you want to access these databases? Is there any loadbalancer between the primary and secondry database?


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


  • 3.  RE: Hot Standby Database configuration.

    Posted Wed May 13, 2009 04:53 PM

    No there is not a load balancer between the two, one database is the primary and the other is a “hot standby” where the data is “mirrored”. So in a Distaster Recover type event the secondary is used. On the desktop this is handled by the tnsnames file, but since we are using JDBC, oracle is not on our unix servers so there is not a tnsnames.


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


  • 4.  RE: Hot Standby Database configuration.

    Posted Thu May 14, 2009 09:52 AM

    You would first need to understand that how this fail over has been configured.

    One way of having such hot and cold fail over is to configure your primary and secondary databases in a “Service Guard” cluster. Your both databases then can be defined as a package at Unix level and at your IS you would point to the Package but not directly to any specific database.

    Hope it make sense to you.

    Cheers
    AmaR


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