What's the difference between dedicated and MTS/Shared Server in 9i, in terms of architecture
and performance in a hybrid database (9 hours OLTP and 6 hours DSS)?
As
Requires Free Membership to View
Shared server is most effective when sessions spend a lot of their time in an idle state (as may
be the case for OLTP applications). Systems with sessions that have a higher ratio of
active-to-idle time (such as DSS) may not benefit as much from Shared Server. Remember, though,
that it is a simple matter to specify a dedicated server process for a session even in the presence
of Shared Server: Simply create a database service name that contains the term SERVER=DEDICATED,
and use that service name at login time. Check the Oracle Net manual for details.
This was first published in May 2004
Join the conversationComment
Share
Comments
Results
Contribute to the conversation