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 triggers in oracle?

0 Answers  


which sql command we can use to get a print out from oracle?

2 Answers   iFlex, INDUS,


what is load balancing and what u have used to do this?(sql loader)

3 Answers  


Explain the concept of the DUAL table.

2 Answers  


What are nested tables?

0 Answers  






How to lock and unlock a user account in oracle?

0 Answers  


what is the syntax of update command?

3 Answers   Semantic Space,


What is autonomous transaction?

6 Answers  


HI, Please let me know the syllabus for Oracle OCA and OCP Certification

0 Answers  


Explain the use of online redo log files in oracle.

0 Answers  


What is set verify off in oracle?

0 Answers  


Differentiate between translate and replace?

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)