Sbt_library parameter, Example of full database restore and recovery, 121 example of full database restore and recovery – HP A.06.11 User Manual
Page 121

SBT_LIBRARY parameter
On Windows and UNIX clients, set the SBT_LIBRARY RMAN script parameter to
point to the correct platform-specific Data Protector MML. The parameter must be
specified for each RMAN channel separately. For details on the Data Protector MML
location, see
In the following examples, the SBT_LIBRARY parameter is set to
/opt/omni/lib/libob2oracle8.so
, which is the correct path for 32-bit Solaris
clients.
Example of full database restore and recovery
To perform a full database restore and recovery, you also need to restore and apply
all the archive logs. To perform a full database restore and recovery:
1.
Log in to the Oracle RMAN:
If you use the recovery catalog database, run:
• On Windows: ORACLE_HOME\bin\rman target sys/manager@PROD
catalog rman/rman@CATAL
• On UNIX: ORACLE_HOME/bin/rman target sys/manager@PROD
catalog rman/rman@CATAL
• On OpenVMS: rman target sys/manager@PROD sys/manager@PROD
catalog rman/rman@CAT
If you do not use the recovery catalog database, run:
• On Windows: ORACLE_HOME\bin\rman target sys/manager@PROD
nocatalog
• On UNIX: ORACLE_HOME/bin/rman target sys/manager@PROD
nocatalog
• On OpenVMS: rman target sys/manager@PROD nocatalog
Integration guide for Oracle and SAP
121