| Home | Downloads | Contact Us |
![]() |
![]() |
| Home >> Resources >> Oracle >> Oracle9i Recovery Manager Reference Release 2 (9.2) |
RMAN Commands , 25 of 59

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;
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |