Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
RMAN Commands , 42 of 59
To release a sequential I/O device specified in an ALLOCATE CHANNEL FOR MAINTENANCE
command. 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 MAINTENANCE DEVICE TYPE sbt; DELETE NOPROMPT BACKUPPIECE 100; RUN { ALLOCATE CHANNEL ch1 DEVICE TYPE DISK; BACKUP DATAFILE 1; RELEASE CHANNEL ch1; # releases RUN channel but not maintenance channel } RELEASE CHANNEL; # releases maintenance channel
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|