- Hewlett-Packard Garage Door Opener User Manual

Integrating Oracle and Data Protector
Restoring an Oracle Database
Chapter 182
Figure 1-21 Devices Page
9. Click Restore.
After the restore:
1. Put the database in the correct state.
If you selected Perform Restore and Recovery or Perform
Recovery Only in the Source page, then the database is
automatically put into Open state by Data Protector.
2. If you performed an Oracle database restore and recovery until point
in time, and the session has finished successfully, reset the database
to register the new incarnation of database in the recovery catalog.
Connect to the target and recovery catalog database using RMAN and
reset the database:
Oracle 9i/10g:
rman target <Target_Database_Login> catalog
<Recovery_Catalog_Login>RMAN> RESET DATABASE;
RMAN> exit