HP B6960-96008 Manuel d'utilisateur Page 162

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 396
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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:
Vue de la page 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 395 396

Commentaires sur ces manuels

Pas de commentaire