【翻译自mos文章】由于sys.audses$的cache值太小导致的RAC hang

295 篇文章 0 订阅

由于sys.audses$的cache值太小导致的RAC hang

来源于:
RAC Hangs due to small cache size on SYS.AUDSES$ (文档 ID 395314.1)

 

 

PURPOSE
-------

Prevent hangs in RAC due to high login rate and low cache setting of AUDSES$ sequence.  
Default of 20 is not adequate in many cases.

 
PROBLEM:
--------

The default setting for the SYS.AUDSES$ sequence is 20, this is too low for a RAC system
where logins can occur concurrently from multiple nodes.  During high login rate
such low value can cause slowness and even hangs. Some of the symptoms are:
 - Checkpoint not completing on all RAC nodes
 - Waits expire on row cache enqueue lock dc_sequences
 - RAC hangs due to QMON deadlocking

During those hangs session login is not possible (or *extremely* slow) due 
to extremely high contention on the above sequence.

SOLUTION:
---------

Manually increase that sequence cache on each affected database:

alter sequence sys.audses$ cache 10000;

This is fixed in 10.2.0.3 patchset. (Affected releases 9i to 10.2.0.2)

REFERENCES
----------

bug:4390868 
bug:2855838

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值