Do you have to? No. Depending on the resources of your server, you probably should with 500 concurrent users.
Dedicated server mode reserves X bytes of memory outside the SGA for each connection whether it is active or not. In MTS, this memory gets allocated from the SGA, but can be shared between users.
If you have plenty o' ram, then feel free to use dedicated servers.
1) How many concurrent users are there, and max UGA memory for these concurrent users.
Whether u can save any memory.
2)Scalibility, whether your systemcan handle increasing number of processes and context switches.
3) Ver of your Oracle does not have any bugs associated with MTS enabling.
4) You want to use Connection pooling, EJB, or Advanced Networking option.
Bookmarks