利用SQL语句实现数据库性能监控
+ b.value "logical_reads",c.value "phys_reads",round(100 * ((a.value+b.value)-c.value)/(a.value +b.value))"BUFFER HIT RATIO" from v$sysstat a, v$sysstat b,v$sysstat c where a.statistic#=38 and b.statistic#=39and c.statistic#=40;监控SGA中字典缓冲区的命中率:select parameter,gets,Getmisses ,getmisses/(gets+getmisses)*100 "miss ratio",(1-(sum(g
<<上一页 下一页>>
广州市越秀区图书馆版权所有。
联系电话:020-87673002
本站访问人数: