What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?
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 |
How can you merge two tables in oracle?
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
structural difference between bitmap and btree index ?
How to create index-by table in oracle?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
what are Triggers?
what are stored procedures?
Please explan Why static query is more faster than dynamic query ?
How do I know if oracle client is installed on windows?
What are advantages fo Stored Procedures?
How do I learn what codesets are available in oracle?
Explain the use of constraints option in exp command.