Sessions activity vs inactivity time
Hi,
I would like to compute the activity time of all sessions and the inactivity time of all sessions.
I woulf like to do the same thing for each osuser (comparing activity time and inactivity time).
I would like to compute the maximum number of concurrent active sessions (select sessions_highwater from v$license does not help)
How could I do that ?