https://docs.google.com/document/d/16jLzBuLu6gTBN7UpL51oXp3rKgvZWZfzyMY0rhdv4i4/edit?hl=en Using RMAN Incremental Backups to Roll Forward a Physical Standby Database Case Details: Suppose network is down between primary server and standby server or standby server is down due to some hardware failure for long time. In between down time, you have remove archive log file from primary server without taking backup of archive log files. In above scenario, how to synchronies your standby database without archive logs. Solution: We can use RMAN incremental backups to synchronize a physical standby database with the primary database. Using the RMAN BACKUP INCREMENTAL FROM SCN command, we can create a backup on the primary database that starts at the standby database’s current SCN, which can then be used to roll the standby database forward in time. Step 1 On the standby database, stop the managed recovery process (MRP...