|
最初由 xzh2000 发布
[B]
v$sql中这样讲,应该不是汇总的
...
BUFFER_GETS NUMBER Number of buffer gets for this child cursor [/B]
Are you thinking that "for this child cursor" means it's not accumulative? Why? "For this child cursor" means exactly that. It's the total number of buffer gets for this child cursor. This same cursor may have been executed by many sessions (or one session) many times.
Yong Huang |
|