SQL query - how to know the max number of simultaneous active application sessions day by day ?
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>