sap Disaster Recovery
SAP Disaster Recovery Disaster Recovery S. No Primary Site Disaster Recovery Site 1 Backup(Cold/Offline) + Redo logs Prerequisite: H/W & S/W should be same along with versions, patch levels and environment variables. Same SID should be maintained in both systems. 2 Create Standby Control File: alter database create standby controlfile as ‘/path../<filename>.ctl’ 3 Copy Backup+Controlfile+initSID.ora to respective locations in DR Site Note: Remove all existing datafiles of the DR site before copying backup files. 4 Modify initSID.ora, if there are any changes in H/W.(RAM) 5 Mount State : Shutdown immediate Startup nomount Alter database mount standby database; 6 Recovery: Recover standby database; Set auto recovery ON; Alter data...