Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 3 of 50
To allocate a channel in preparation for issuing a change or crosscheck command. The maintenance and delete options, which are completely synonymous, specify the device type appropriate for the file whose status you are changing.
See "allocate".
This example deletes a backup piece from the media management catalog:
allocate channel for maintenance type 'sbt_tape'; change backuppiece '/oracle/dbs/01aj3q5012' delete; release channel;
This example crosschecks the backup set with primary key 828:
allocate channel for maintenance type disk; change backupset 828 crosscheck; release channel;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|