White Papers

16 Setting Up the Dell™ DR Series System as an NFS or CIFS Backup Target on Oracle Recovery Manager® |
April 2015
channel ORA_DISK_1: reading from backup piece
\\10.250.242.108\ORARDCIFS\LARGE_DF850522946_S9_S1
channel ORA_DISK_1: piece
handle=\\10.250.242.108\ORARDCIFS\LARGE_DF850522946_S9_S1 tag=TAG20140618T002226
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
Finished restore at 18-JUN-14
RMAN>
To restore archive logs to a different location, use the following RMAN command. The default location of
the archive log restore will be where they are created.
RUN
{
SET ARCHIVELOG DESTINATION TO '/oracle/temp_restore';
RESTORE ARCHIVELOG ALL;
}