我是靠谱客的博主 默默大白,最近开发中收集的这篇文章主要介绍What is fractured Block?,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

From:
http://www.geekinterview.com/question_details/62921

A block fracture occurs when a block is being read by the backup and bieng written to at the same time by the DBWR. This happens because OS reads blcoks at a different rate than Oracle. your OS copy will pull pieces of an Oracle block at a time. What if the OS copy pulls half a block and while that is happening the block is changed by DBWR? When the OS copy pulls the second half of the block it will result in mismatched halves which Oracle would not know how to reconcile. This is also why the SCN of the datafile header does not change when a tablespace enters hot backup mode. When receovery occurs the fractured data file block will be replaced with a complete block from redo. 

The concept of fractured block occrus when backup is under process.
It means you are taking backup and some other session is updating it.
Then backup process can not get the consistent image of the block and it will be inconsistent right thats why it is called fractured block.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/230160/viewspace-607071/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/230160/viewspace-607071/

最后

以上就是默默大白为你收集整理的What is fractured Block?的全部内容,希望文章能够帮你解决What is fractured Block?所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部