Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 41 of 50
To send a vendor-specific quoted string to one or more specific channels. See your media management documentation to determine which commands are supported.
command |
specifies a vendor-specific media management command. See your media management documentation to determine which commands are supported. |
|
specifies the type of storage device and sends the command to all channels of the specified type. See "deviceSpecifier". |
||
channel channel_id |
specifies which channel to use. If you do not specify this keyword, RMAN uses all allocated channels. You must specify a channel id, which is the name of the channel, after the channel keyword. Oracle uses the channel id with the release channel command and also to report I/O errors. |
|
parms 'channel_parms' |
specifies parameters affecting the device you have allocated. Do not use this port-specific string if you have specified type disk. If you use parms in conjunction with type 'sbt_tape', then you can specify environment variables with the following syntax: PARMS = "ENV = (var1=value1, var2=value2, var3=value3 . . . )" The maximum length of the quoted string is 1000 bytes. |
This example sends a vendor-specific command to a media manager:
send device type 'sbt_tape' 'A223dr';
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|