The scheme that this section describes assumes that you are using the "Oracle Automatic Storage Management and Cluster File System Archiving Scheme". In this scheme, assume that node3
performed the backups to a cluster file system. If node3
is available for the restore and recovery operation, and if all of the archived logs have been backed up or are on disk, then run the following commands to perform complete recovery:
RESTORE DATABASE; RECOVER DATABASE;
If node3
performed the backups but is unavailable, then configure a media management device for one of the remaining nodes and make the backup media from node3
available to this node.
Note:
If you configured RMAN as described in "Configuring Channels to Use Automatic Load Balancing", then, to load balance the channels across nodes, note that channels cannot be load balanced before at least one instance has successfully opened the database. This means that the channels will not be load balanced across the nodes during a full database restore. To achieve load balancing of channels for RESTORE
and RECOVER
commands, you can temporarily reallocate channels by running commands similar to the following:
run { ALLOCATE CHANNEL DEVICE TYPE sbt C1 CONNECT '@racinst_1' ALLOCATE CHANNEL DEVICE TYPE sbt C2 CONNECT '@racinst_2' ... }