Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 22 of 50
A sub-clause 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 type 'sbt_tape';
This example backs up the database to disk:
run { allocate channel ch1 type disk; backup database; }
This example recovers the database using backups from disk and tape:
run { allocate channel d1 type disk; allocate channel t1 type 'sbt_tape' restore database; recover database; }
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|