HP B6960-96008 Bedienungsanleitung Seite 162

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 396
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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:
Seitenansicht 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 395 396

Kommentare zu diesen Handbüchern

Keine Kommentare