Oracle Trouble Shooting Question and Answers
17. | What is a latch? How it is used in Oracle? |
---|---|
|
|
18. | What are the background trace files? |
---|---|
|
|
19. | What is the difference between latches and enqueues? |
---|---|
|
|
20. | How would you determine what sessions are connected and what resources they are waiting for? |
---|---|
You can use the V$SESSION and V$SESSION_WAIT dynamic performance views. | |