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

Thread: Server Mode

  1. #1
    Join Date
    Jan 2003
    Posts
    33

    Server Mode

    Environment:
    OS : IBM AIX 5.2
    Database: Oracle9i Rel.2


    I have a database in 9i Rel.2. Its running in the DEDICATED SERVER MODE. I wana manually change it to SHARED SERVER MODE.Can anyone suggest how can i do that.

    How can I check after making the change in which mode my database is running.

    I tried to change the mode for another TEST database using DBCA and when I run this query:
    SELECT DISTINCT(SERVER)FROM V$SESSION;
    its still showing me

    SERVER
    ---------
    DEDICATED

    Please suggest me how can I change the Database to shared server mode and verify that.

    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Jan 2003
    Posts
    33
    Thanks AMAR..

    After following the documnet I am still getting the same result:

    SQL>SELECT SERVER FROM V$SESSION;

    SERVER
    ---------
    DEDICATED

  4. #4
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Have you configured dispatchers and and shared_servers ?
    Sanjay G.
    Oracle Certified Professional 8i, 9i.

    "The degree of normality in a database is inversely proportional to that of its 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