Security Link SL150 Manual de usuario Pagina 23

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 31
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 22
Protecting Oracle Database Appliance - Tape Backup with Oracle Secure Backup
19
Total System Global Area 25654751232 bytes
Fixed Size 2238472 bytes
Variable Size 2818574328 bytes
Database Buffers 22749904896 bytes
Redo Buffers 84033536 bytes
Make sure your DBID is set. The DBID can be found when connecting to RMAN.
connected to target database: ISR (DBID=2637695581)
RMAN> set DBID 2637695581
RMAN> run
2> {
3> ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE'
4> restore controlfile from autobackup;
5> }
allocated channel: ch00
channel ch00: SID=468 instance=isr1 device type=SBT_TAPE
channel ch00: Oracle Secure Backup
Starting restore at 18-JUL-13
channel ch00: looking for AUTOBACKUP on day: 20130718
channel ch00: AUTOBACKUP found: c-2637695581-20130718-00
channel ch00: restoring controlfile from AUTOBACKUP c-2637695581-20130718-00
channel ch00: controlfile restore from AUTOBACKUP complete
output file name=+DATA/isr/control01.ctl
Finished restore at 18-JUL-13
released channel: ch00
RMAN> alter database mount;
database mounted
**Also login to hamms2 and run startup mount; so you can open a channel on hamms2 for a parallel restore**
RMAN> run
2> {
3> SET AUTOLOCATE ON;
4> ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE' CONNECT='sys/welcome1@isr1';
5> ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE' CONNECT='sys/welcome1@isr2';
6> restore database;
7> }
executing command: SET autolocate
allocated channel: ch00
channel ch00: SID=921 instance=isr1 device type=SBT_TAPE
channel ch00: Oracle Secure Backup
allocated channel: ch01
Vista de pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Comentarios a estos manuales

Sin comentarios