Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1097795
  • 博文数量: 276
  • 博客积分: 10077
  • 博客等级: 上将
  • 技术积分: 2513
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-24 20:31
文章分类

全部博文(276)

文章存档

2020年(1)

2015年(5)

2012年(2)

2011年(6)

2010年(7)

2009年(224)

2008年(31)

我的朋友

分类: Oracle

2009-10-08 14:28:25

FREQUENT RESIZE OF SGA
 
Applies to:
Oracle Server Enterprise Edition - Version: 10.2.0.1 to 11.1.0.7
This problem can occur on any platform.
Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 11.1.0.7
10.2.X TO 11.1.0.6.0
 
Typically you will see a small spike in cursor: pin S wait on X or library cache lock waits.This can happen more often in OLTP envoriment.  shared pool and buffer cache is in demand.Problem will happen randomly and intermittently.
 
SELECT COMPONENT ,OPER_TYPE,FINAL_SIZE Final,to_char(start_time,'dd-mon hh24:mi:ss') STARTED FROM V$SGA_RESIZE_OPS;
 
V$SGA_RESIZE_OPS displays information about the last 800 completed SGA resize operations. 
This does not include in-progress operations.
 
select * from v$sgastat
where name = 'KGH: NO ACCESS';
 
KGH: NO ACCESS chunks are owned by the buffer cache and indicate
a partial transfer between buffer cache and shared pool.
 
Doc ID:  742599.1
阅读(1744) | 评论(0) | 转发(0) |
0

上一篇:solaris 常用命令速查

下一篇:KGH: NO ACCESS

给主人留下些什么吧!~~