What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?
Answer Posted / 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 View All Answers
Explain how you would restore a database using RMAN to Point in Time?
What is a tns file?
Can we store pictures in the database and if so, how it can be done?
How to update a table row with a record?
what is the difference between restoring and recovering?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
How to rename a tablespace in oracle?
How do I learn what codesets are available in oracle?
How do we get field detail of a table?
What is the difference between formal parameters and actual parameters?
What is dual table oracle?
Is rowid unique in oracle?
How to estimate disk space needed for an export job?
Explain user account with reference to oracle.
How do I use unicode codesets with the weblogic jdriver for oracle driver?