Question
Nordea
SE
Last activity: 9 Sep 2020 10:14 EDT
Dual Database Setup
Hi,
Is there a possibility to have 2 databases in production (clone to each other) & application can auto-switch to 2nd database if the first is made down for some changes so that users do not experience any outage.
We are using Websphere for App server and Oracle 19c for Database
It's at DB server/Oracle level that this needs to be built.
It has to be built as a DB Cluster. 2 (or more) servers will be able to start an instance of your DB (full same DB) connecting to the same set of disks.
Then, your cluster mechanism will automatically start your DB on the Failover server if the master server is detected as down.
On our Prod system, this takes 1 minute in case the main server crashes.
You can have the same set of disks replicated on another data center with 2 others servers.
You've then got a cluster of 4 instances ready to be started as YourDB.
If your application supports 1 or 2 minutes without the DB, it can then be almost transparent.
Regards
Anthony