Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
RMAN Commands , 38 of 59
A subclause that specifies which objects the CHANGE
, CROSSCHECK
, DELETE
, and LIST
commands should operate on. Most recordSpec
options allow you to specify a primary key. Run the LIST
command to obtain the key.
This example crosschecks backup sets specified by primary key:
CROSSCHECK BACKUPSET 507, 508, 509;
This example deletes a specified datafile copy:
DELETE NOPROMPT DATAFILECOPY '?/oradata/users01.cpy';
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|