Oracle SGA:allocation forceing comonent growth

Mos给出解释:
属于明显的内存抖动故障
在这里插入图片描述
排查视图:
通过v$sga_resize_ops可以查询出AMM内存管理下的内存收缩增长分配情况:

V$SGA_RESIZE_OPS官方解释:
displays information about the last 800 completed SGA resize operations. This does not include in-progress operations. All sizes are expressed in bytes.

当前执行的操作记录在v$sga_current_resize_ops

查询:
SQL> select component,oper_type,oper_mode,parameter,initial_size,target_size,final_size,status,start_time,end_time as changed_time
from V$SGA_RESIZE_OPS
where to_char(end_time,‘yyyy-mm-dd hh’)=‘2021-01-25 10’
order by end_time;

AWR-SGA breakdown difference:
此信息非此故障AWR报告
在这里插入图片描述
内存抖动,也会出现share pool中latch相关等待,为避免此问题,可以指定share pool大小.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值