Restoring and Recovering the Database - wykład

Nasza ocena:

3
Wyświetleń: 371
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Restoring and Recovering the Database - wykład - strona 1

Fragment notatki:

Restoring and Recovering the Database
This section demonstrates how to restore and recover the entire database using
RMAN. This example assumes that you are restoring and recovering your database
after the loss of one or more data files, but you still have a usable server parameter file
and control file. You can also use RMAN to restore a lost server parameter file or
control file.
To restore and recover the entire database:
1. Connect RMAN to the target database as described in "Connecting to the Target
Database" on page 9-9.
2. Ensure that the database is mounted, but not open.
SHUTDOWN IMMEDIATE;
STARTUP MOUNT;
3. Restore the database using the following command:
RESTORE DATABASE;
The data files from the RMAN backup are restored to their default locations.
4. Recover the database using the RECOVER command.
RECOVER DATABASE;
5. Open the database using the following command:
ALTER DATABASE OPEN;
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz