Personal tools
You are here: Home Oracle How To's How to Query the Process Global Area (PGA) statistics.
Navigation
Log in


Forgot your password?
 
Document Actions

How to Query the Process Global Area (PGA) statistics.

How to Query the Process Global Area (PGA) statistics.


SELECT name, SUM(value) FROM v$sesstat a, v$statname b WHERE a.statistic# = b.statistic# AND UPPER(name) like '%PGA%' GROUP BY name

Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls