Skip Headers

Oracle® Database Recovery Manager Reference
10g Release 1 (10.1)

Part Number B10770-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

SEND

Syntax

send::=

Text description of send.gif follows


Text description of send

Purpose

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.

Restrictions and Usage Notes

Keywords and Parameters

Syntax Element Description

CHANNEL'channel_id'

Specifies which channel to use. If you do not specify DEVICE TYPE or CHANNEL, then RMAN uses all allocated channels. You must specify a case-sensitive channel ID, which is the name of the channel, after the CHANNEL keyword. the database uses the channel ID to report I/O errors.

DEVICE TYPE deviceSpecifier

Specifies the type of storage device and sends the command to all channels of the specified type.

See Also: "deviceSpecifier"

'command'

Specifies a vendor-specific media management command.

See Also: Your media management documentation to determine which commands are supported

PARMS = 'channel_parms'

Parameters for the channel communicating with the media manager.

Example

Sending a String to the Media Manager: Example

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;