Hello Gurus,
Can someone please explain to me if anything needs to be done on the app servers (client side) connecting to the DB when a swithover/failover takes place? what needs to be configured? I still quite don't get that part from what i've read.
In case of switchover or failover, we definitely want it to be as transperent as possible to the apps. Most of our apps are using jdbc connections, a few the OCI api. I guess the best solution will be the the first: connect time failover in the tnsnames.ora, correct?
Possible solutions:
were you going to use connect time failover in the tnsnames.ora? - possibly
or update a LDAP repository? - no
or use a "big ip" type of front end load balancer? - not likely
or take over the failed machines IP address on the new machine? - this will involve manual changes
Will this sample tnsnames.ora solve my issue? Will have to make sure to copy a similar string to all client tnsnames.
I have a question about this tnsnames.ora entry. Let say a failover occured, and all new and existing connections are routed to sales2-server will sales1-server is being fixed and brought back up. After sales1-server is brought back up and sync'ed...it will become the stand-by instance. New connections and even exising connections will still have to connect to sales2-server, the new primary. Is this possbile with the above connect string? or should there be a swithover right after sales1-server is sync'ed?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.