How to achieve zero down time
- by Hiral Lakdavala
For an application we want to achieve zero database and application down time using Active Active configuration. Our dB is Oracle
Following are my questions:
How can we achieve active active configuration in Oracle?
Will introducing Cassandra/HBase(or any other No SQL dbs) cloud help in zero downtime or it is only for fast retrieval of data in a large db?
Any other options?
Thanks and Regards,
Hiral