Restoring Protected Databases Using a Downstream Recovery Appliance
When Recovery Appliance replication is configured, the protected database sends backups to the upstream Recovery Appliance. The upstream Recovery Appliance then forwards these backups to the downstream Recovery Appliance. In the event of a failure, if the upstream Recovery Appliance is unavailable, then you can perform restore operations using the downstream Recovery Appliance.
See Also:
"Protected Databases and Recovery Appliance Architecture" for a brief overview of replication
Use the following high-level steps to restore a protected database directly from a downstream Recovery Appliance:
-
Create an Oracle wallet that contains the credentials of the VPC user with which the protected database will authenticate with the downstream Recovery Appliance.
Note:
The protected database need not be explicitly added to or registered with the downstream Recovery Appliance before performing restore operations. When replication is configured between the upstream and downstream Recovery Appliance, the protected databases enrolled with the upstream Recovery Appliance are registered with the downstream Recovery Appliance.
-
Connect to the protected database as
TARGET
and to the downstream Recovery Appliance catalog asCATALOG
. -
Allocate an RMAN SBT channel that corresponds to the downstream Recovery Appliance, place the protected database in
MOUNT
mode, and restore the protected database.All these statements must be enclosed within a
RUN
block as shown in "Example: Restoring and Recovering an Entire Database With the Existing Current Control File".