| Oracle9i Recovery Manager Reference Release 1 (9.0.1) Part Number A90136-02 | 
 | 
RMAN Commands , 25 of 60

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 the database:
RUN { ALLOCATE CHANNEL t1 DEVICE TYPE 'sbt_tape'; RESTORE DATABASE; }
| 
 |  Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. | 
 |