Enterprise Manager Generic (MOSC)

MOSC Banner

gridcontrol views used for extracts higher activity sessions

edited Apr 24, 2012 8:53PM in Enterprise Manager Generic (MOSC) 1 commentAnswered
hi , please  I need to get the session that generates increased activity or increased consumption at a given moment I've tried with this statement

SELECT sql_text, parsing_schema_name FROM V$sqlarea WHERE last_active_TIME>=sysdate-5/8640 and
last_active_TIME<=sysdate
order by disk_reads/decode(executions,0,1,executions) desc

which should be able to determine the most active session in a range of 5 min, however, the results do not match the result of the grid control, please,
could someone tell me gridcontrol views used to display these graphics, as well as the top sentences for a given interval

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center