Results 1 to 4 of 4

Thread: Dedicated Vs. Shared Server in Database

  1. #1
    Join Date
    Nov 2009
    Posts
    43

    Dedicated Vs. Shared Server in Database

    My programmer told me that I need a dedicated server with an oracle application on it and full access to it.How could I setup it. Hello ! Can you tell me the difference between dedicated and shared server , Is it for security purpose or anything else.Please suggest me .

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Dedicated Server in Database

    Dedicated Server Process
    Database creates a server process which handles the request of user process and connected to database instance.It is divided into parts and one of the type is dedicated server.
    Dedicated server handles the request of a single user at a time and another user process will wait till it completes the request and send back to the requested user.

    Only two conditions are there in which user and database administrator connect to a instance in dedicated server mode.

    1. To submitting a batch job
    2. To use RMAN when the administrator requires backup,restore and recovery.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Shared Server in Database

    Shared Server

    When a database is manipulated in shared server mode then dispatcher comes into feature.Shared server process manipulate a number of processes which is requested by user.

    When a user makes a request to fetch the record from database and its running in shared server environment,The request is taken by listener process and allocate to dispatcher and dispatcher constructs a queue of request and each request is treated as a circuit in database language and each circuit is manipulated by server process and committed requests are passed from second way of dispatcher to the user.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Dedicated Vs. Shared Server in Database

    If you have created the database already and your database is running but you don't know in which mode the database is running, just enter:

    SQL> Show parameter;

    and search the parameter for your database environment.To change the mode of your database,you can configure it using DBCA (Database Configuration Assistance).

    1. Type DBCA in your terminal.
    2. A wizard will open and the ask to you for configuration of your database and select your database name.
    3. Set the parameter as your requirements.
    Last edited by kelfro; 27-01-2010 at 10:31 AM.

Similar Threads

  1. What is dedicated and non dedicated server
    By Gaharwar in forum Networking & Security
    Replies: 3
    Last Post: 31-07-2011, 08:16 AM
  2. Should I go for dedicated SSL or free shared SSL? What's the deal?
    By calvinrobinson in forum Networking & Security
    Replies: 1
    Last Post: 31-10-2010, 03:37 AM
  3. Replies: 2
    Last Post: 27-11-2009, 06:40 PM
  4. Replies: 3
    Last Post: 20-02-2009, 02:33 AM
  5. Replies: 1
    Last Post: 25-05-2008, 03:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,868,317.93632 seconds with 17 queries