What is difference between the "concurrent connections" and "concurrent ses
See below. "From the book"
What is difference between the "concurrent connections" and "concurrent sessions".
thanks
siva
From the book:
==============
SQL> select maximum_connections "MAX CONN",maximum_sessions "MAX SESS",
servers_started "STARTED" from v$shared_server_monitor;
MAX CONN MAX SESS STARTED
-------- --------- --------
115 120 10
This example shows that we have reached a maximum of 115 concurrent connections since the instance was started. It also shows that the highest number of concurrent sessions since instance startup is 120.