John, October 18, 2010 - 7:01 am UTC
"but the interval is typically "60 minutes" and hence your duration would be 60 minutes at least."
1. Could you explain your above statement?
2. Can't we sum up _delta columns on dba_hist_sqlstat to get resource usage by user?
October 25, 2010 - 8:51 am UTC
1) they were asking for "point in time" data - at a given time what amount of cpu, memory or disk i/o is consumed by a database user on the database server.
I was telling them that "you cannot get that, you have to measure the amount used in some quantum of time - an interval, a duration".
There is no such concept as "how much cpu is Bob using RIGHT NOW".
There is a concept of "how much cpu did Bob using in the last second".
2) that would be for a duration, an interval - which is what I was saying they would have to use. Yes.