What SQL query from v$session can you run to show how many
sessions are logged in as a particular user account?
Answer Posted / braj123
select count(*) from v$session where user_name="**";
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
What authentication modes does sql server support? : sql server DBA
Which autogrowth database setting is good? : sql server DBA
What are the commands you'd issue to show the explain plan for "select * from dual"?
how can you initialize log miner?
what is a user-defined lock?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
what do you understand by flashback feature of oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
what is the last version,the release date of that version and fix pack of ibm db2 udb?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
what is grd?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
how can you get actual data change values from previous transactions in oracle?