HP A.06.11 User Manual
Page 130

2.
Start the archive log restore:
If you use the recovery catalog database, run:
• On Windows: ORACLE_HOME\bin\rman target sys/manager@PROD
catalog rman/rman@CATAL
cmdfile=Data_Protector_home\tmp\restore_arch
• On UNIX: ORACLE_HOME/bin/rman target sys/manager@PROD
catalog rman/rman@CATAL
cmdfile=/var/opt/omni/tmp/restore_arch
If you do not use the recovery catalog database, run:
• On Windows: ORACLE_HOME\bin\rman target sys/manager@PROD
nocatalog cmdfile=Data_Protector_home\tmp\restore_arch
• On UNIX: ORACLE_HOME/bin/rman target sys/manager@PROD
nocatalog cmdfile=/var/opt/omni/tmp/restore_arch
Example of database restore using a different device (with the automatic device
selection functionality disabled)
Suppose a database was backed up with the device dev1. To restore the database
with the device dev2, add the line send device type 'sbt_tape'
'CHDEV=dev1>dev2';
to the RMAN script:
1.
Log in to the Oracle RMAN:
• On Windows: ORACLE_HOME\bin\rman target sys/manager@TIN
• On UNIX: ORACLE_HOME/bin/rman target sys/manager@TIN
• On OpenVMS: rman target sys/manager@TIN
Integrating Oracle and Data Protector
130