Oracle® Database Backup and Recovery Reference 11g Release 2 (11.2) Part Number E10643-06 |
|
|
PDF · Mobi · ePub |
Use the deviceSpecifier
subclause to specify the type of storage for a backup.
RCMRF90436deviceSpecifier::=
Syntax Element | Description |
---|---|
DISK |
Specifies a disk storage device (see Example 4-16). |
media_device |
Specifies a sequential I/O device or access method for storage (see Example 4-15).
The Note: RMAN stores the value |
RCMRF90437Example 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;
RCMRF90438Example 4-16 Backing Up the Database to Disk
This example backs up the database to disk:
BACKUP DEVICE TYPE DISK DATABASE;