You Asked
Tom:
when oracle define processes, it says that this parameter
determines the maximum number of operating system processes that
can be connected to oracle concurrently. the values of this
parameter must include 5 for the background process and I FOR
EACH USER PROCESS. for example, if you plan to have 50
concurrent users, set this parameter to at least 55.
I think this is true for dedicate server, but for MTS,
1 FOR EACH USER PROCESS is not true, am i right?
and Tom said...
It is still 1 for each user process in MTS however in MTS a user process is shared by many users.
When using dedicated server mode this should be 5 + number of sessions.
Using MTS, this should be 5 + dispatchers + shared servers roughly.
Is this answer out of date? If it is, please let us know via a Comment