A Note on Taking Backups from Standby
As you know, when performing backups with the RMAN tool, you can use a physical standby instead of the primary database to avoid putting extra load on the primary. Since the structure of these two environments (primary and physical standby) is essentially the same, there is not much difference in backup operations between them (the datafiles in these two environments match block by block, provided that the standby is synchronized). The slight difference comes from the open mode of these two databases, and this difference becomes noticeable especially when backing up archive logs . This is because, during an archivelog backup, Oracle executes a log switch — and obviously, this log switch cannot be executed in the physical standby environment. The following command was executed in the physical standby environment. The RMAN-06820 message in the output confirms the points mentioned above: rman target / RMAN> ba...