Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 2 (10.2) Part Number B14191-02 |
|
|
View PDF |
If you decide to allow recovery to proceed in spite of block corruptions, then run the RECOVER
command with the ALLOW
n
CORRUPTION
clause, where n
is the number of allowable corrupt blocks.
To allow recovery to corrupt blocks:
Ensure that all normal recovery preconditions are met. For example, if the database is open, then take tablespaces offline before attempting recovery.
Run the RECOVER
command, allowing a single corruption, repeating as necessary for each corruption to be made. The following statements shows a valid example:
RECOVER DATABASE ALLOW 1 CORRUPTION