Oracle® Database Recovery Manager Reference 10g Release 1 (10.1) Part Number B10770-02 |
|
|
View PDF |
deviceSpecifier::=
Text description of deviceSpecifier
A subclause specifying the type of storage for a backup or copy.
This example allocates a maintenance channel for a media management device:
ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE sbt;
This example backs up the database to disk:
BACKUP DEVICE TYPE DISK DATABASE;
This example restores archived logs from tape:
RESTORE DEVICE TYPE sbt ARCHIVELOG ALL;