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


Forgot your password?
 
Document Actions

How to Query the User Global Area (UGA) statistics.

How to Query the User Global Area (UGA) statistics.


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

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





Polls