您的位置:首页 > 其它

control file parallel write等待事件

2016-09-08 14:51 344 查看
This event occurs when a server process is updating all copies of the controlfile.
Controlfile updates occur in the following situations:
A checkpoint is reached
The 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)
The session commits a transaction to a control file
Changing a generic entry in the control file, the new value is being written to all control files
Solutions
If this wait is significant, check for I/O problems. Possible points of trouble include controllers and physical disks. Check
for all of the controlfile copies.
Limit controlfile copies, but consider the increased risk of losing all controlfiles at once.
If possible, use Asynchronous I/O.
Move the controlfiles to drives with less I/O activity.
Frequency of controlfile access is governed by activities such as Redo Logfile switching and Checkpointing. Therefore focus on
tuning these activities if the I/O paths are healthy.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: