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

How to fetch the row which has the max value for a column?

0 Answers  


What is raw datatype in oracle?

0 Answers  


How to store pictures on to the database?

0 Answers  


What is E-R diagram ?

2 Answers   CGI, Keane India Ltd,


How to insert a new row into a table in oracle?

0 Answers  






When a form is invoked with call_form, Does oracle forms issues a save point ?

1 Answers   Oracle,


How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle ( any version ) ?

3 Answers   Satyam,


Who i will insert 1 lacks record in a Database table

4 Answers   TCS,


Can we commit inside a function in oracle?

0 Answers  


how to clone 9i Database on to 10g Database.

0 Answers  


What is the diff between Oracle and SQL Server

1 Answers  


How do I manually create a database in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)