Incomplete Recovery

Up
Open Database Backup
Closed Database Backup
Complete Recovery
Incomplete Recovery
Loss Of Redo Logs
Loss of Control Files
Recovery Manager
Using Import - Export
Using SQL Loader
Oracle 8i Replication
Cloning / Moving DB
Commands
Search

 

 

Incomplete Recovery of Oracle Database

bulletAn important table was dropped. (use Time-based Recovery)
bulletBad data was committed in a table. (use Time-based Recovery)
bulletComplete Recovery fails because an Archive Log is lost. (use Cancel-based Recovery)
bulletA Tablespace has been dropped. (Recovery using a backup control file)
bulletLoss of all unarchived Redo Logs and the datafile. (use Cancel-based Recovery)
bulletLoss of Current Redo Logs -- database Open, but in a "Hung" state.
bulletLoss of Current Redo Logs -- database Closed.
bulletRecovery through Resetlogs -- if the media failure occurs before the backup is completed, this recovery might be required. (Use Change-based Recovery)

Types of Incomplete Recovery

bulletTime-based Recovery
bulletCancel-based Recovery
bulletChange-based Recovery (Used in a Distributed Environment)

Recovery Steps

bulletCheck Alert Log before and after Recovery.
bulletShut down and perform a whole closed database back up (precautionary measure). Don't over write the previous back up. (make this one backup 02)
bulletRestore all datafiles ONLY from backup 01. Take your database back in time.
bulletMount the database and Recover the datafiles before the time of failure.
bulletOpen the database with "resetlogs" option.
bulletDiscards any redo information that was not applied during recovery, ensuring that it will never be applied.
bulletPerform a whole closed database backup.
 

Home Open Database Backup Closed Database Backup Complete Recovery Incomplete Recovery Loss Of Redo Logs Loss of Control Files Recovery Manager Using Import - Export Using SQL Loader Oracle 8i Replication Cloning / Moving DB Commands Search

Send mail to mike@infomaxweb.com with questions or comments about this web site.
Copyright © 2003 Infomax
Last modified: 10/27/06