Multiple choice

When using MTS, which of the following will be shared among user processes?

  1. Server processes

  2. Client processes

  3. Server sessions

  4. Client sessions

  5. Nothing

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

In Oracle Multithreaded Server (MTS) architecture, also called Shared Server, dispatcher processes route multiple user sessions to a pool of shared server processes. The server processes themselves are shared among users, while client processes and sessions remain distinct. This allows many users to be served with fewer server processes, reducing memory usage.