Multiple choice

Under the Oracle Shared Server architecture, client-user processes ultimately connect to a __________.

  1. service

  2. listener

  3. dispatcher

  4. shared server process

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

In Oracle Shared Server architecture, client processes connect to dispatchers, which are responsible for managing client connections and routing requests to shared server processes. The dispatcher acts as an intermediary between the client and the shared server processes, enabling multiple clients to be served by fewer server processes.