banam

Comments

  • Dear Denny, Thank you very much for the suggestion. I tried the following query, select count(*) from v$session where username is not null Which will show the total number of users connected to the database, but I am trying to find out the users connected through a specific application server. We got 5 Oracle 10G…