How would you determine what sessions are connected and what
resources they are waiting for?
Answer Posted / santo
Query v$sesstat or v$waitstat views.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What is a system database and what is a user database? : sql server DBA
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
. 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?
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
How can you control the amount of free space in your index pages? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How would you go about verifying the network name that the local_listener is currently using?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
what functionality does oracle provide to secure sensitive information?
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 are the different ways you can create databases in sql server? : sql server DBA
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What purpose does the model database server? : sql server DBA