Oracle® Database Recovery Manager Reference 10g Release 1 (10.1) Part Number B10770-02 |
|
|
View PDF |
send::=
To send a vendor-specific string to one or more channels supported by a media manager. Refer to your media management documentation to determine which commands are supported.
SEND
commands supported by the media manager. The contents of the string are not interpreted by the databasethe database, but are passed unaltered to the media management subsystem.Syntax Element | Description |
---|---|
|
Specifies which channel to use. If you do not specify |
|
Specifies the type of storage device and sends the command to all channels of the specified type. See Also: "deviceSpecifier" |
|
Specifies a vendor-specific media management command. See Also: Your media management documentation to determine which commands are supported |
|
Parameters for the channel communicating with the media manager. |
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;