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
How to define default values for formal parameters?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is the order of defining local variables and sub procedures/functions?
How to delete a column in an existing table?
What are a collation and state the different types of collation sensitivity?
How to create a testing table in oracle?
What are the attributes that are found in a cursor?
What is Java Pool in Oracle?
How do I call oracle stored procedures that take no parameters?
What are temporal data types in oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
In which language oracle has been developed?
Explain about achiever in sql?
Explain the difference between replace() and translate() functions in oracle?