Quote:
|
Originally Posted by newhu114
I want to know the meanings of "High water mark for connections" and "Application connects " and "Applications connected currently ".
Also ,please tell me how to get the session number just like in oracle
Thanks
|
High water mark - maximum number of connections to the database that were active at any time after the monitor was last reset.
Application connects - number of connection attempts (I think).
Applications connected currently - that's sort of obvious, isn't it?
This probably gives you the same as "select count(*) from v$session" in Oracle.
To list all connected applications (what you refer to as "Sessions" in Oracle) use "list applications [show detail]".