Introduction: RMAN provides us facility to take the incremental backup from a specified System Change Number (SCN). By using this we can recover the Standby Database where archive gap is huge or archives are missing. This method allows us to efficiently resynchronize a standby database with minimal downtime and reduced network impact.     Prerequisites: Oracle Data Guard should be configured. Disable DG broker if any as it will start MRP automatically. Environment:                        Server        Primary        Standby                        Hostname        Source        Target                  IP        192.168.80.51        192.168.80.111                  OS        OEL 9        OEL 9                  SID        ORCLDC        ORCLDR                  Service Name        ORCLDC        ORCLDR                Now proceed for recovery activity step by step:    1. Check difference of SCN at DB and file level between Primary and Standby  At Primary:    SQL>  select name,db_unique_n...