Standby database migration

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Standby database migration

rafiki
Hi Erman,

We are planning to migrate our standby database (which is working on Linux 5.9) to linux 7.4.
I want to know which is best and easy plan for standby database to migrate?
By the way we have ASM on our standby.
Reply | Threaded
Open this post in threaded view
|

Re: Standby database migration

ErmanArslansOracleBlog
Administrator
This is okay, as differences between the primary server(s) and the standby server(s) are always supported as long as the Oracle software installed on all servers is of the same Oracle Platform is certified to run on each server, and is the same Oracle Database Release and Patch Set.  

So what you can do is;

Create another standby on that Linux 7.4 (this will be your additional standby)
Once you create the standby and make that standby sync with the primary, cancel the redo flow for the your current standby , which is running on Linux 5.9..

By using this kind of an approach, you will ensure the disaster recovery is always in place..