
Finding the Backup Files
Use
You find the backup files when using SAPDBA to perform a
partial restore and complete recovery of your Oracle database.SAPDBA attempts to locate the backup files by scanning previous BRBACKUP logs (of a specified period) for valid backups of the damaged data files. If the backup was performed with an external backup program, SAPDBA attempts to establish a link to that backup program and find the files in this way.
The information on the location of these files is important for the subsequent phases of the recovery process.
Prerequisite
Procedure
If you used a non-SAP backup program for the backup, SAPDBA also attempts to obtain the corresponding information from this program.
SAPDBA uses BRBACKUP logs to find the backup files.
If SAPDBA finds backup files, it determines the necessary log sequence number by finding the most recent BRBACKUP file for each lost file and then selecting the smallest of the respective log sequence numbers.
SAPDBA lists the lost or damaged files and their backup files.
Each of the files shown in the list contains one of the following comments:
The file must be restored from tape or disk.
The file was backed up using the specified program. This comment appears when the parameter
backup_util_name of profile init<DBSID>.dba contains the name of the external backup program. Otherwise, the following comment is displayed:The existing file can be used. It is simply an older version and must be recovered.
No backup was found for this file in the specified period.
Specify the lost or damaged files for which you would like to see the available backup files. Each file that has been lost can have several backup files.
This lets you change the SAPDBA proposal for which backup file is restored. The file that is finally selected for the restore process is flagged with
SAPDBA suggests the newest backup found for each individual file from which the requested files (
The following information is given:
Result
SAPDBA sets the Status of Find backup files to finished.
To continue with the partial restore and complete recovery, perform
Restoring the Backup Files.