Recover database using backup controlfile until cancel
If you were to recover the database with a current control file, Oralce will know the last SCN of the last checkpoint. So Oracle can use the information in the archived and online redo logs to apply recovery up to that SCN. This is called a "complete" recovery.
If you do not have the current control file, your option is to use a backup controlfile. Which means Oracle does not know the SCN to stop applying recovery. So you tell Oracle that you are using a "backup controlfile" and that you will tell it when to stop applying redo by replying "cancel." When Oracle starts recovery, it looks at the datafiles to know the last time a checkpoint was performed on the datafile. Oracle now knows to start applying recovery to the datafile for all SCNs after the SCN in the datafile header. Oracle rolls forward transactions. But Oracle does not know when to stop, and eventually, Oracle applies recovery in all of your archived redo logs. You can then tell Oracle to use the redo in the online redo logs. Oracle will ask you where to find more redo. At this point, you tell it to quit applying redo by replying CANCEL.
Hopefully, you never have to use this command. This is because you multiplex your control files and have three copies of the control file, all on different disk units. So if you lose a disk unit, you use the control files on the other disk units. The only time you need this command is when you lose all of your control files. In this case, either use a binary backup of the control file or you re-create the control file with the CREATE CONTROLFILE command and then recover with the backup control file.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25791987/viewspace-713196/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- recover database until cancel using backup controlfileDatabase
- using backup controlfile 和 until cancel區別
- using backup controlfile和 until cancel 區別
- recover database using backup controlfileDatabase
- recover database until cancel和 recover database區別Database
- recover database using backup controlfile理解Database
- 水煮十四——《using backup controlfile 和 until cancel區別
- recover database using backup controlfile與 recover database 的區別Database
- recover database using backup controlfile利用archivelog files.DatabaseHive
- recover database until timeDatabase
- recover database using backup control fileDatabase
- oracle create a new database using backup controlfile to traceOracleDatabase
- 冷備控制檔案 & Using Backup Controlfile
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- alter database backup controlfile to trace的問題Database
- alter database backup controlfile to trace的含義Database
- 重建控制檔案--alter database backup controlfile to traceDatabase
- Case two -- Recover a datafile in primary site from the backup taken in standby site without using c
- Recover_DatabaseDatabase
- rman recover databaseDatabase
- Recover a Database Having Added a Datafile Since Last Backup (Doc ID 29430.1)DatabaseAST
- Oracle 12C Transport a Database to a Different Platform Using Backup SetsOracleDatabasePlatform
- Case One -- Recover a datafile in primary site from the backup taken in standby site using catalog d
- 在oracle10g 10.2.0.1上測試不完全恢復_recover database until scnOracleDatabase
- 關於using backup controlfile(丟失控制檔案和資料檔案)
- 冷備手工完全恢復(recover database,recover tablespace,recover datafile)Database
- 12C Duplicating a Database to a Remote Host by Using Backup-based DuplicationDatabaseREM
- oracle full database backupOracleDatabase
- Rman backup standby databaseDatabase
- Cold Database backup scriptDatabase
- Restore standby database controlfile in ASM (refreshing standby controlfile)RESTDatabaseASM
- rman restore database(spfile,controlfile, datafile)RESTDatabase
- 12c-RECOVER PLUGGABLE DATABASEDatabase
- Oracle 12c: Recover tables using RMANOracle
- Cold backup and restore the entire databaseRESTDatabase
- rman backup database force 功能Database
- alter system backup controlfile to trace內容詳解
- Recover A Lost Datafile With No Backup (Doc ID 1060605.6)