Skip Headers

Oracle9i Recovery Manager Reference
Release 2 (9.2)

Part Number A96565-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

RMAN Commands , 49 of 59


SEND

Syntax

Text description of send.gif follows
Text description of the illustration send.gif


Purpose

To send a vendor-specific string to one or more channels. Refer to your media management documentation to determine which commands are supported.

Restrictions and Usage Notes

Keywords and Parameters

Syntax Element Description

DEVICE TYPE deviceSpecifier

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

See Also: "deviceSpecifier"

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. Oracle uses the channel ID to report I/O errors.

'command'

Specifies a vendor-specific media management command.

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

PARMS 'channel_parms'

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 PARMS option will set environment variables in the server session is ALLOCATE CHANNEL or CONFIGURE CHANNEL.

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;

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback