cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data center migration

Former Member
0 Likes
1,517

Dear Friends,

I have requirement to move SAP ERP ,BW , HR applications to different datacenters. Source and target have different versions of Oracle , Windows. I would request your suggestions on migration methodology. Whether we can use backup / restore or need to follow SWPM export / import procedure.

Source landscape :

OS : Windows 2012

DB : Oracle 12.2

Target landscape

OS : Windows 2019

DB : Oracle 19C

Thanks,

Ramesh

View Entire Topic
Reagan
Product and Topic Expert
Product and Topic Expert

Ramesh If you want to save downtime then consider upgrading the DB to 19c on the source system before you prepare to move the systems to the new DC. If backup and restore is possible between the two DC's then you could follow that. You could get the target system installed already and then take a full backup of the source system and restore it on the target host and enable log shipping from the old DC to the new DC. On the final day you will just apply all the logs and open the database. This way you will save a lot of time.

RB

Former Member
0 Likes

Thanks Reagan!