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 |
How would you go about increasing the buffer cache hit ratio?
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
what is the use of ocr?
I lost one datafile i dont have backup how can you recover that???
what is the difference between catalog & nocatalog?
Datapump backup steps?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
1)how to Take Backup in sql server 2005 from Flash Drive
How do you add a data file to a tablespace?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
From the database level, how can you tell under which time zone a database is operating?
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)