Multiple choice

A user issued a connection request which was picked up by the listener on an Oracle Shared Server. The listener provided the user process with the address of an existing dispatcher process. What is the next step in this process?

  1. The user process is handed off to a dedicated server process.

  2. The user process connects directly to the dispatcher.

  3. The dispatcher process places the user request in a response queue.

  4. The user process connects directly to the Oracle Shared Server process.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

After the listener hands off the dispatcher address, the user process connects directly to that dispatcher. The dispatcher is already running and handles multiple user connections. The dispatcher then places requests in the request queue, and a shared server process picks it up. The user never connects directly to the shared server process in this architecture.