Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 32 of 50
To release a sequential I/O device specified in an allocate channel command with the for delete or for maintenance options. Note that maintenance channels are unaffected by allocate channel and release channel command issued within a run command.
This example allocates and then releases a maintenance channel to the media manager:
allocate channel for delete type 'sbt_tape'; change backuppiece 100 delete; run { allocate channel ch1 type disk; backup datafile 1; release channel ch1; # releases run channel } release channel; # releases maintenance channel
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|