摘要: parse count (total):总计解析次数,包括硬解析和软解析 select ss.snap_id as snap_id, to_char(sn.end_interval_time,'yyyy-mm-dd hh24:mi:ss')as "snap_date", (sum(decode(st 阅读全文
posted @ 2017-10-31 20:19 tonnytangy 阅读(454) 评论(0) 推荐(0)
摘要: redo发生的总次数(以及因此写入log buffer),以byte为单位 阅读全文
posted @ 2017-10-31 20:18 tonnytangy 阅读(418) 评论(0) 推荐(0)
摘要: 造成SGA中数据块变化的insert,update或delete操作数 这项统计可以大概看出整体数据库繁忙度 阅读全文
posted @ 2017-10-31 20:17 tonnytangy 阅读(772) 评论(0) 推荐(0)
摘要: physical reads:OS blocks read数。包括插入到SGA缓存区的物理读以及PGA中的直读这项统计并非i/o请求数。 阅读全文
posted @ 2017-10-31 20:15 tonnytangy 阅读(561) 评论(0) 推荐(0)
摘要: Physical writes:从SGA缓存区被DBWR写到磁盘的数据块以及PGA进程直写的数据块数量。 阅读全文
posted @ 2017-10-31 20:13 tonnytangy 阅读(347) 评论(0) 推荐(0)