CHANGE Changes the status of a backup in the RMAN repository. Useful for
explicitly excluding a backup from a restore or recovery operation, or
to notify RMAN that a backup file was inadvertently or deliberately
removed by an operating system command outside of RMAN.
CONFIGURE Configures the persistent parameters for RMAN. The parameters
configured are available during every subsequent RMAN session unless
they are explicitly cleared or modified.
CONVERT Converts datafile formats for transporting tablespaces or entire databases
across platforms.
CREATE
CATALOG
Creates the repository catalog containing RMAN metadata for one or
more target databases. It is strongly recommended that this catalog not
be stored in one of the target databases.
CROSSCHECK Checks the record of backups in the RMAN repository against the actual
files on disk or tape. Objects are flagged as EXPIRED, AVAILABLE,
UNAVAILABLE, or OBSOLETE. If the object is not available to RMAN,
it is marked UNAVAILABLE.
DELETE Deletes backup files or copies and marks them as DELETED in the target
database control file. If a repository is used, the record of the backup
file is removed.
DROP DATABASE Deletes the target database from disk and unregister it.
DUPLICATE Uses backups of the target database (or use the live database) to create a
duplicate database.
FLASHBACK
DATABASE
Performs a Flashback Database operation, new to Oracle 10g. The
database is restored to a point in the past by SCN or log sequence
number using flashback logs to undo changes before the SCN or log
sequence number, and then archived redo logs are applied to bring the
database forward to a consistent state.
Pages:
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663