4.7 deviceSpecifier
Purpose
Use the deviceSpecifier
subclause to specify the type of storage for a backup.
Semantics
Syntax Element | Description |
---|---|
|
Specifies a disk storage device (see Example 4-16). |
|
Specifies a sequential I/O device or access method for storage (see Example 4-15). The Note: RMAN stores the value |
Examples
Example 4-15 Allocating a Tape Channel
This example allocates a maintenance channel for a media management device:
ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE sbt; CROSSCHECK BACKUP; RELEASE CHANNEL;
Example 4-16 Backing Up the Database to Disk
This example backs up the database to disk:
BACKUP DEVICE TYPE DISK DATABASE;