码迷,mamicode.com
首页 > 其他好文 > 详细

与控制文件相关的等待事件

时间:2019-03-29 11:54:05      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:数据   file   ras   any   sha   cas   nts   cti   hat   

偶尔发现数据库中发生如下等待事件,随查询文档整理出来:

control file sequential read

Reading from the control file. This happens in many cases. For example, while:

1Making a backup of the control files

2Sharing information (between instances) from the control file

3Reading other blocks from the control files

4Reading the header block

Wait Time: The wait time is the elapsed time of the read

Parameter

Description

file#

The control file from which the session is reading

block#

Block number in the control file from where the session starts to read. The block size is the physical block size of the port (usually 512 bytes, some UNIX ports have 1 or 2 Kilobytes).

blocks

The number of blocks that the session is trying to read

 

control file parallel write

This event occurs while the session is writing physical blocks to all control files. This happens when:

1The session starts a control file transaction (to make sure that the control files are up to date in case the session crashes before committing the control file transaction)

2The session commits a transaction to a control file

3Changing a generic entry in the control file, the new value is being written to all control file

Wait Time: The wait time is the time it takes to finish all writes to all control files

Parameter

Description

files

The number of control files to which the session is writing

blocks

The number of blocks that the session is writing to the control file

requests

The number of I/O requests which the session wants to write

 

与控制文件相关的等待事件

标签:数据   file   ras   any   sha   cas   nts   cti   hat   

原文地址:https://www.cnblogs.com/chendian0/p/10620239.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!