🎴 Flashcard Mode

Oracle Practice Test - 3

Card1 / 21
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
dispatcher
💡 Explanation:

In Oracle Shared Server (formerly MTS), client processes connect to dispatchers, which then route requests to shared server processes. The listener initially hands off the connection to a dispatcher, not directly to a shared server. The service is a logical entity registered with the listener. This architecture allows many clients to share fewer server processes, reducing memory overhead.

Change Mode