SQL Language (MOSC)

MOSC Banner

SQL query - how to know the max number of simultaneous active application sessions day by day ?

edited Aug 5, 2020 4:43AM in SQL Language (MOSC) 6 commentsAnswered ✓

Hello folks;

My databses are under AIX.

Do you have a SQL query to know the maximum number of simultaneous active application sessions (threads used) day by day (and hour by hour) please ?

I want this information to know which of my databases I can switch from Oracle EE to Oracle SE2 because since the 12.1.0.2 "Oracle Database Standard Edition 2 automatically limits the maximum number of CPU threads to 16" .

I don't want the Highest number of concurrent user sessions since the instance started, i know it's in v$license (SESSIONS_HIGHWATER) or in the alertl log "<span class="crayon-e">License </span><span class="crayon-e">high </span><span class="crayon-e">water </span><span class="crayon-v">mark</span><span class="crayon-h"> </span><span class="crayon-o">=xxx"</span>

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