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 |
Explain what partitioning is and what its benefit is.
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
Explain how you would restore a database using RMAN to Point in Time?
why do we give pctfree and pctused in create table statement?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
What questions might be they ask in managerial round in capgemini.
what is asm?
what is incremental checkpoint?
What authentication modes does sql server support? : sql server DBA
when does an alert gets signaled?
how can you implement fine-grained auditing?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
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)