Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
RMAN Commands , 49 of 59
To send a vendor-specific string to one or more channels. Refer to your media management documentation to determine which commands are supported.
SEND
at the RMAN prompt or within the braces of a RUN
command.SEND
and only with commands supported by the media manager. The contents of the string are not interpreted by Oracle, but are passed unaltered to the media management subsystem.Syntax Element | Description |
---|---|
|
Specifies the type of storage device and sends the command to all channels of the specified type. See Also: "deviceSpecifier" |
|
Specifies which channel to use. If you do not specify |
|
Specifies a vendor-specific media management command. See Also: Your media management documentation to determine which commands are supported |
Specifies parameters affecting the non-disk device you have allocated. The maximum length of the quoted string is 1000 bytes. Note: The only command from which the |
This example sends vendor-specific commands to a media manager:
RMAN> SEND 'VAR=a82'; sent command to channel: ORA_SBT_TAPE_1 RMAN> BACKUP DATAFILE 2;
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|