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 |
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
Give the stages of instance startup to a usable state where normal users may access it.
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?
how do see how much space is used and free in a tablespace
What are the steps you will take, if you are tasked with securing an SQL Server?
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
How would you determine what sessions are connected and what resources they are waiting for?
What is the difference between dropping a database and taking a database offline? : sql server DBA
how will you see when the database was started using sql prompt?
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?
Name a tablespace automatically created when you create a database.
what r the types of backup?