Oracle® Database Recovery Manager Reference 10g Release 1 (10.1) Part Number B10770-02 |
|
|
View PDF |
obsOperandList::=
Text description of obsOperandList
A subclause used to specify which criteria are used to mark backups and copies as obsolete.
Use this clause in the following commands:
Syntax Element | Description |
---|---|
|
Specifies as obsolete those backups and copies that are unusable because they belong to incarnations of the database that are not direct ancestors of the current incarnation. Note that See Also: Oracle Database Backup and Recovery Advanced User's Guide for an explanation of orphaned backups |
|
Specifies that RMAN should report as obsolete those backups and copies that are not needed to recover the database to any point within the last See Also: "CONFIGURE" for an explanation of the recovery window |
|
Specifies the minimum level of redundancy considered necessary for a backup or copy to be obsolete. A datafile copy is obsolete if there are at least |
The following command deletes all backups and copies not needed to recover the database to a random point within the last 30 days:
DELETE OBSOLETE RECOVERY WINDOW OF 30 DAYS;