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



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

Answer / saraswathi muthuraman

SQL> select count(SID),USERNAME from v$session group by
USERNAME;

14
14 raghavan
2 P_21533
1 Saras

4 rows selected.

SQL>

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Oracle General Interview Questions

What are the data types in oracle?

0 Answers  


Explain the features of oracle?

0 Answers  


What is the difference between primary key and unique key and foreign key in oracle?

0 Answers  


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

1 Answers   IBM,


How to do clean up if create database failed?

0 Answers  


What is columnar storage what is the advantage?

0 Answers  


Does facebook use oracle?

0 Answers  


What's dateware house and what's clustor with practicle example

0 Answers  


how to use sequence and what use of sequence cache

1 Answers  


Explain user account with reference to oracle.

0 Answers  


What is self-referential integrity constraint ?

2 Answers   SunGard,


What is a Shared SQL pool ?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)