如何提高Data Dictionary Cache, 急死了

[复制链接]
查看11 | 回复9 | 2010-3-1 11:06:22 | 显示全部楼层 |阅读模式
select 1 - (sum(getmisses)/sum(gets)) "DATA DICTIONARY HIT RATIO" from v$rowcache;
DATA DICTIONARY HIT RATIO只有1.01048294, 如何可以提高DATA DICTIONARY HIT RATIO, 又确保不影响其他的性能。
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
关注
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
增大share pool,估计也只能这么做啦
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
LZ目前SGA多大啊?buffer cache命中率多少?
10G中SGA自动调整,共享池也包含在内。 关键看你的参数设置是否合理。
还要关注SGA_TARGET
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
sga_max_size
big integer 4032M
sga_target
big integer 4032M
buffer_pool_keep
string
buffer_pool_recycle
string
global_context_pool_size
string
java_pool_size
big integer 0
large_pool_size
big integer 0
olap_page_pool_size
big integer 0
shared_pool_reserved_size
big integer 19293798
shared_pool_size
big integer 112M
如何调整呢
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
关注
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
sga_target=sga_max_size=4G 你的计算机内存多大
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
看看v$sga_dynamic_component
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
补充一下:
sga_target = 4032M
shared pool: 448MB
large pool: 32 MB
java pool: 16MB
buffer cache: 3488MB
stream pool: 32MB
回复

使用道具 举报

千问 | 2010-3-1 11:06:22 | 显示全部楼层
把shared pool手动加大。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行