DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Dedicated server vs Shared Server

  1. #1
    Join Date
    Oct 2002
    Posts
    284

    Dedicated server vs Shared Server

    Hello all...

    I created a Test DB in Oracle 9.2 in dedicated server environment. I know that we can also DB in shared server process...

    Under which circumstances should i pick Dedicated server and which circumstances should i pick Shared ?...

    Thanks
    Ron

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    got thousands of users on an oltp sytem? Use Shared.

    got a DW or DSS system, or an OLTP system with hundreds of users? use dedicated.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Sep 2001
    Location
    Mexico
    Posts
    93
    If you have a lot of concurrent connections to your database is a good option to use a shared server environment because the performance is improved. In a dedicated server configuration, one dedicated server process attend only one user connection meanwhile in a shared server configuration a shared server process can attend many user connections by using threads. So, a shared server process that use threads to attend many connections waste lower than memory that a configuration where each dedicated process attend one user connection.

    Regards.

  4. #4
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    You must remember how the shared server achieves this memory-saving effect. it simply blocks sessions from doing anything -- it chokes performance. That is why it is not recommended on systems with long-running queries (DW/DSS, or for batch jobs on OLTP). So performance is actually degraded under a shared server environment, not boosted.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  5. #5
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Use the simple rule:
    -- if u can run oracle instance WITHOUT swaping in dedicated server mode u should to do that
    -- if not, u may try to change dedicated server to MTS and
    check perfomance before and after
    -- than u have to make ur decision

  6. #6
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    More users than number of available server processes -- Use shared server configuration.

    More or less same number of users as server processes -- Use dedicated server configuration.
    Last edited by kris109; 02-11-2003 at 05:39 PM.
    Remember the Golden Rule - He who has the gold makes the rules!
    ===================
    Kris109
    Ph.D., OCP 8i, 9i, 10g, 11g DBA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width