What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?

Answer Posted / kishore

select count(*),username from v$session where group by username;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1569


What are statistics, under what circumstances they go out of date, how do you update them?

1820


what functionality does oracle provide to secure sensitive information?

564


How to start SQL Server in minimal configuration mode?

6968


who owns the operating system files created by the utl_file package?

573






what is grd?

647


What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?

1973


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

1754


how can you initialize log miner?

589


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

1513


how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?

2981


What view(s) do you use to associate a user's SQLPLUS session with his o/s process?

2120


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

1648


Why does Oracle not permit the use of PCTUSED with indexes?

2343


suppose you want to audit specific activities on sensitive data. How can you achieve that?

557