|
原帖由 willlxy 于 2009-4-19 18:22 发表 ![]()
i am sorry to bother you again, i want to use consistent gets as a metric , but i don't know how, Can you give me some advice?Or Recommend
some book about that?
Thank you!
No need to say sorry. This is a forum we get together to help each other.
You were already getting consistent gets values. Look at your set autottrace screen. That's one of several ways to get the numbers. Another way is to get it from v$sesstat if you need to "probe" another session. For your own session and if you didn't run set autotrace at the beginning, you can also get it from v$mystat. "consistent gets" has a statistic# you can find in v$statname; in 10g it's statistic# 50 and in 11g it's 51.
Yong Huang |
|