Network Config   «Prev  Next»

Multi-Threaded Server - Quiz

Select the best answer or answers for each question.
 
1. Which of the following are valid actions for a listener to take when responding to an incoming request?
Please select all the correct answers.
  A. Bequeath a dedicated server process to manage the connection
  B. Redirect the request to another database server
  C. Pass the request to a multi-threaded server

2. Which of the following are true regarding the dedicated listener process?
Please select all the correct answers.
  A. A dedicated listener process will always have pre-established Oracle connections awaiting incoming connections.
  B. A dedicated listener will create a UNIX process on behalf of the incoming request.
  C. The UNIX ps command makes it easy to see how many database connections have been spawned by a listener.

3. Which of the following is a valid method for viewing the number of waiting processes for an MTS dispatcher?
Please select the best answer.
  A. The v$dispatcher view
  B. The v$sysstat view
  C. The v$queue view