Introduction RMAN lets you take an incremental backup starting from a specific System Change Number (SCN), which is a different resynchronization approach from the live, network-based RECOVER ... FROM SERVICE method we covered in an earlier post. This SCN-based method backs up to disk first and transfers the files manually, which makes it a better fit when network bandwidth to the standby is limited, when the standby server can't reach the primary's service directly, or when you want a backup file you can hold onto and stage before applying. In this guide, we'll resynchronize a standby whose archive gap is too large for normal redo apply, using an SCN-based incremental backup. Prerequisites Oracle Data Guard should already be configured. Disable Data Guard Broker if it's in use, since Broker will automatically restart managed recovery (MRP) and interfere with the manual steps below. Environment Used in This Guide Server Primary ...