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 |
Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
what is the difference between off-line back up and on-line back up in ibm db2 udb?
which background process invoke at the time of upgradation tell me???
What are the steps you will take, if you are tasked with securing an SQL Server?
What is the default port no on which sql server listens? : sql server DBA
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
Give the stages of instance startup to a usable state where normal users may access it.
Give two examples of how you might determine the structure of the table DEPT.
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
Oracle (3259)
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)