`
edwards0307
  • 浏览: 27129 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

INSTANCE and CRASH RECOVERY

 
阅读更多

1.type of checkpoint

   full checkpoint     alter system checkpoint

   incrimental checkpoint(logfile switch) alter system switch logfile.

   partial  checkpoint    alter tablespace backup/online/offline

 

2.phases of instance recovery 

   1.chek asydatafiles.

   2.cache rocovery(roll forward withredo),open database. 

   3.transaction recovery(roll back uncommited).

   4.commited datas in the datafiles.

 

3.RBA:every three second, checks record the RBA from the oldest entry in the checkopint quene in the control file.only in the event of a log switch,check wirte this formation to the headers of the datafiles.

logfile switch does not force all dirty buffers to be written to disk.

 

4.Crash recovery is used to recover from a failure either when a single-instance
database crashes or all instances of an Oracle Real Application Clusters database
crashes. Instance recovery refers to the case where a surviving instance recovers a
failed instance in an Oracle Real Application Clusters database.

 

5.tunning the duration of instance recovery, control the check redo blocks

   fast_start_mttr_target

   log_checkpoint_timeout

   log_checkpoint_interval

   fast_start_io_target

   v$instance_recovery

   v$fast_start_servers

   v$fast_start_transactions

6.tunning the phases of the roll forward and roll back

   1.recovery_parallelism

   2.fast_start_parallel_rollback (false,lo,hi)

   3.v$fast_start_servers; v$fast_start_transactions

 

  

6.MTTR:mean time to recovery

   MTBF:mean time between failures

 

7.  

分享到:
评论

相关推荐

    数据库MTTR相关.doc

    而自动调整的检查点则会在系统I/O负载较低的时刻完成脏数据的写入,有效减少数据库的Crash Recovery时间。即使数据库管理员未配置最佳的检查点相关参数,这个特性也能确保数据库的恢复效率。 FAST_START_MTTR_...

    PLSQL.Developer v11.0.4.1774 主程序+ v11中文包+keygen

    Crash recovery saved per InstanceName parameter value Shortcut key assigned to object functions could insert a character in editor SQL Window "totals" comment directive did not use "sum" as the ...

    ORACLE数据库备份与恢复_V2_FJM.ppt

    崩溃恢复(Crash Recovery)与实例恢复(Instance Recovery)是物理恢复的一部分,包括缓存恢复和事务恢复。缓存恢复依赖于联机重做日志文件来恢复数据,而事务恢复则会回滚未提交的事务。介质恢复(Media Recovery...

    Oracle Concepts

    了解如何进行Crash Recovery、Instance Recovery和Flashback Recovery对于防止数据丢失至关重要。 6. **安全性**:Oracle提供用户管理、权限和角色机制来保护数据库的安全。理解如何创建和管理用户,设置权限,以及...

    PLSQL.Developer v11.0.0.1762 主程序+ v10中文包+keygen

    Crash recovery and desktop files now saved in the user's Application Data directory instead of the Temp directory Command-line parameter NoLoadDesktop added to prevent loading layout on startup ...

    Oracle 原厂资料.zip

    - 数据库恢复:包括RMAN(恢复管理器)的使用,以及如何执行crash recovery、instance recovery和redo应用。 - 故障预防:通过定期备份、监控和性能调优来避免潜在问题。 4. **性能优化**: - SQL优化:利用SQL ...

    DSI401-ORACLE内部培训内容

    1. **Instance Crash Recovery**: 当Oracle实例发生崩溃后,通过使用Oracle的自动恢复机制可以实现快速的实例恢复,减少停机时间。 2. **Media Recovery**: 针对物理介质级别的故障,如硬盘损坏等,Oracle提供了...

    oracle 数据库工作备忘录

    - **重做日志文件(Redo Log Files)**:记录所有事务的更改,用于恢复和 crash recovery。 - **控制文件(Control File)**:记录数据库的元数据,如表空间、数据文件的位置等。 - **实例(Instance)**:内存...

    BURNINTEST--硬件检测工具

    - Corrected rare crash bugs in the 2D and Video tests. - Added a hot Key, F4, to set the auto run flag and run the tests (i.e. set "-r" and then run the tests). - Other minor changes. Release 5.3 ...

    Oracle停止和启动服务的快捷命令

    6. **故障恢复与Crash Recovery** 如果Oracle服务意外停止,可能需要进行崩溃恢复。这通常涉及到redo log的应用和检查点的处理。在下次启动时,Oracle会自动进行这个过程,但如果需要手动处理,可以在启动时加上`...

    EurekaLog_7.5.0.0_Enterprise

    4)....Added "--el_injectjcl", "--el_createjcl", and "--el_createdbg" command-line options for ecc32/emake to inject JEDI/JCL debug info, create .jdbg file, and create .dbg file (Microsoft debug format...

    MySQL 5.6 Reference Manual

    Table of Contents Preface, Notes, Licenses . . . . . . . . ....1. Licenses for Third-Party Components ....1.1. FindGTest.cmake License ....1.2. LPeg Library License ....1.3. LuaFileSystem Library License ....

Global site tag (gtag.js) - Google Analytics