TABLE 12-1 Common RMAN Commands
Chapter 12: Using Recovery Manager (RMAN) 425
RMAN Command Description
LIST Displays information about backupsets and image copies recorded in
the target database control file or repository. See REPORT for identifying
complex relationships between backupsets.
RECOVER Performs a complete or incomplete recovery on a datafile, a tablespace,
or the entire database. Can also apply incremental backups to a datafile
image copy to roll it forward in time.
REGISTER
DATABASE
Registers a target database in the RMAN repository.
REPAIR FAILURE Repairs one or more failures recorded in the automated diagnostic
repository (ADR).
REPORT Performs a detailed analysis of the RMAN repository. For example, this
command can identify which files need a backup to meet the retention
policy or which backup files can be deleted.
RESTORE Restores files from image copies or backupsets to disk, typically after
a media failure. Can be used to validate a restore operation without
actually performing the restore by specifying the PREVIEW option.
RUN Runs a sequence of RMAN statements as a group between { and }.
Allows you to override default RMAN parameters for the duration of the
execution of the group.
SET Sets RMAN configuration settings for the duration of the RMAN session,
such as allocated disk or tape channels. Persistent settings are assigned
with CONFIGURE.
SHOW Shows all or individual RMAN configured settings.
Pages:
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664