What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?
Answers were Sorted based on User's Feedback
Answer / diksha
select count(*) from v$session where username like ''
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kishore
select count(*),username from v$session where group by username;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / braj123
select count(*) from v$session where user_name="**";
| Is This Answer Correct ? | 1 Yes | 2 No |
How would you force a log switch?
How many memory layers are in the shared pool?
What purpose does the model database server? : sql server DBA
How to make a replica of existing oracle server to another server?
Can we take incremental backups in datapump?
What is blocking and how would you troubleshoot it?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
the process of adding a cpu in sql server is called..?
what is asm?
What is a system database and what is a user database? : sql server DBA
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)