Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
RMAN Commands , 14 of 59
A subclause that specifies when a backup or copy completed.
All date strings must be either:
DATE
value, as in the following examples:
The TO_DATE
technique specifies dates independently of the current Global Technology environment variable settings.
This example crosschecks the backup sets of the database made last month:
CROSSCHECK BACKUP OF DATABASE COMPLETED BETWEEN 'SYSDATE-62' AND 'SYSDATE-31';
This example deletes expired backup sets of datafile 1
made in the last two weeks:
DELETE EXPIRED BACKUP OF DATAFILE 1 COMPLETED AFTER 'SYSDATE-14';
This example lists image copies of datafile ?/oradata/trgt/users01.dbf
made before September 27, 2001:
LIST COPY OF DATAFILE '?/oradata/trgt/users01.dbf' COMPLETED BEFORE '27-SEP-01';
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|