Re: EBS migration to new servers
Posted by ErmanArslansOracleBlog on Jun 26, 2019; 12:18pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-migration-to-new-servers-tp7459p7466.html
Yes.
What you will do is as follows;
You will create a clone database in the target env.
Then you will keep it synch with the source by recovering it using incremental backups.. ( in a loop .. maybe once per day.. till the planned migration time)
Once you reach the planned migration time, you will stop your application.
Then you will synchronize your target db once again -- the last time (while the apps tier is stopped)
Once your target db is in synch with the source , you will shutdown your source db and open your target db
As the last step you will configure your application tier to connect to the target db and startup the application services.