Oracle9i Recovery Manager Reference
Release 1 (9.0.1)

Part Number A90136-02
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 , 25 of 60


deviceSpecifier

Syntax


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

Purpose

A subclause specifying the type of storage for a backup or copy.

Keywords and Parameters

DISK 

Specifies disk storage. 

'media_device' 

Specifies a sequential I/O device or access method for storage. The syntax and semantics of sequential I/O device types are platform-specific. Example values are sbt and sbt_tape (with or without quotes). These values are synonymous. The media_device variable specifies a media management device such as a third-party tape subsystem interface. Note that media device names are not case sensitive.

The sbt variable is legal as input, but RMAN output always displays its synonym sbt_tape. It is stored in the catalog as sbt_tape for backwards compatibility. 

Examples

Allocating a Tape Channel: Example

This example allocates a maintenance channel for a media management device:

ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE sbt;

Backing Up to Disk: Example

This example backs up the database to disk:

BACKUP DEVICE TYPE DISK DATABASE;

Restoring from Disk and Tape: Example

This example restores the database:

RUN
{
  ALLOCATE CHANNEL t1 DEVICE TYPE 'sbt_tape';
  RESTORE DATABASE;
}

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, 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