13
Copyright © Oracle Corporation, 2002. All rights reserved.
RMAN Complete Recovery
13-2 Copyright © Oracle Corporation, 2002. All rights reserved.
Objectives
After completing this lesson, you should be able to do
the following:
Describe the use of RMAN for restoration and
recovery
Perform complete recovery in ARCHIVELOG mode
Restore datafiles to different locations
Relocate and recover a tablespace by using
archived redo log files
13-3 Copyright © Oracle Corporation, 2002. All rights reserved.
Restoration and Datafile Media Recovery
Using RMAN
Restore files from backup sets or image copies by
using the RMAN RESTORE command
Recover files by using the RMAN RECOVER
command
13-4 Copyright © Oracle Corporation, 2002. All rights reserved.
Using RMAN to Recover a Database
in ARCHIVELOG Mode
rman target /
RMAN> STARTUP MOUNT
RMAN> RESTORE DATABASE;
RMAN> RECOVER DATABASE;
RMAN> ALTER DATABASE OPEN;
13-5 Copyright © Oracle Corporation, 2002. All rights reserved.
Using the Recovery Wizard