- 浏览: 27129 次
- 性别:
- 来自: 北京
最新评论
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.
发表评论
-
from string get number data using pl/sql or sql
2012-02-16 17:32 888declare @aa varchar(80),--- ... -
SQL
2012-02-15 18:01 7241.select sal salary from emp; ... -
modify ip
2012-02-10 17:45 7891.netconfig 2./etc/sysconfig/n ... -
MULTI dbwr or io slaves
2012-02-10 15:21 878thanks dukope of itpub. ... -
FAQS
2012-02-09 15:59 7531.How can I get the largest amo ... -
HOW TO STUDY ORACLE FROM Yong Huang
2012-01-18 14:48 798Assuming you want to study orac ... -
RMAN
2012-01-14 17:07 7031.components of the rman ... -
STARTUP PFILE=
2011-12-31 14:11 11951.vi initdbs.ora spfile=&quo ... -
MANAGE TABLE
2011-12-26 16:50 5671.heap table IOT PARTI ... -
MONITOR redo size
2011-12-21 17:48 6421.set autot on stat 2.unsin ... -
What do rollback and commit
2011-12-21 11:21 735When we COMMIT, all that is lef ... -
What is the schema ?
2011-12-20 15:18 587A schema is a collection of dat ... -
MANAGE UNDOTABS
2011-12-19 17:15 6761.manual undo_management=ma ... -
DBA SQL
2011-12-19 15:21 4351.select a.name,b.status from v ... -
SEGMENT EXTENTS ORACLEBLOCK
2011-12-15 16:11 7871.SEGMENT: allocated fo ... -
MANAGE TABLESPACE AND DATAFILES
2011-12-13 15:28 5741. tablespace,segment,extent,bl ... -
ORACLE NET
2011-12-12 09:49 6841.net_service_name: servive ... -
SQLPLUS TIPS
2011-12-09 17:51 9021.SQLPLUS : a tool that execute ... -
ORACLE ENVIRONMENT VARIABLES
2011-12-09 17:15 652ORACLE_HOME ORACLE_SID : or ... -
Exam Test1
2011-12-09 16:18 6341.utl_file_dir: indicate the di ...
相关推荐
而自动调整的检查点则会在系统I/O负载较低的时刻完成脏数据的写入,有效减少数据库的Crash Recovery时间。即使数据库管理员未配置最佳的检查点相关参数,这个特性也能确保数据库的恢复效率。 FAST_START_MTTR_...
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 ...
崩溃恢复(Crash Recovery)与实例恢复(Instance Recovery)是物理恢复的一部分,包括缓存恢复和事务恢复。缓存恢复依赖于联机重做日志文件来恢复数据,而事务恢复则会回滚未提交的事务。介质恢复(Media Recovery...
了解如何进行Crash Recovery、Instance Recovery和Flashback Recovery对于防止数据丢失至关重要。 6. **安全性**:Oracle提供用户管理、权限和角色机制来保护数据库的安全。理解如何创建和管理用户,设置权限,以及...
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 ...
- 数据库恢复:包括RMAN(恢复管理器)的使用,以及如何执行crash recovery、instance recovery和redo应用。 - 故障预防:通过定期备份、监控和性能调优来避免潜在问题。 4. **性能优化**: - SQL优化:利用SQL ...
1. **Instance Crash Recovery**: 当Oracle实例发生崩溃后,通过使用Oracle的自动恢复机制可以实现快速的实例恢复,减少停机时间。 2. **Media Recovery**: 针对物理介质级别的故障,如硬盘损坏等,Oracle提供了...
- **重做日志文件(Redo Log Files)**:记录所有事务的更改,用于恢复和 crash recovery。 - **控制文件(Control File)**:记录数据库的元数据,如表空间、数据文件的位置等。 - **实例(Instance)**:内存...
- 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 ...
6. **故障恢复与Crash Recovery** 如果Oracle服务意外停止,可能需要进行崩溃恢复。这通常涉及到redo log的应用和检查点的处理。在下次启动时,Oracle会自动进行这个过程,但如果需要手动处理,可以在启动时加上`...
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...
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 ....