HP B6960-96008 Manual do Utilizador Página 162

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 161
Integrating Oracle and Data Protector
Troubleshooting
Chapter 1140
restore database;
recover database;
sql 'alter database open resetlogs';
release channel 'dev_0';
}
At this point you must manually register any backups made after the
control file backup that was restored. After that, continue with the
restore procedure.
For Oracle 9i/10g, restore the control file from RMAN backup set,
mount and restore the database, and perform a database recovery:
run {
allocate channel 'dev_0' type 'sbt_tape';
restore controlfile from '<backup piece handle>';
sql 'alter database mount';
set until time 'MMM DD YY HH24:MM:SS';
restore database;
recover database;
sql 'alter database open resetlogs';
release channel 'dev_0';
}
At this point you must manually register any backups made after the
control file backup that was restored. After that, continue with the
restore procedure.
For the <backup piece handle> search the Data Protector internal
database and session outputs of previous backup sessions.
Problem Shared library that provides thread local storage cannot be
loaded
The problem occurs with Oracle8i on HP-UX 11.11.
When, during restore, Data Protector attempts to dynamically load a
shared library that provides thread local storage, an error similar to the
following is displayed:
Vista de página 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 395 396

Comentários a estes Manuais

Sem comentários