Oracle8i Backup and Recovery Guide Release 8.1.5 A67773-01 |
|
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;