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

Thread: Changing Dedicated server to Shared Server

Threaded View

  1. #9
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    DISPATCHERS (Mandatory)
    MAX_DISPATCHERS
    SHARED_SERVERS
    MAX_SHARED_SERVERS
    SHARED_SERVER_SESSIONS

    And give attention to
    LARGE_POOL_SIZE


    In Tnsnames.ora

    TEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    (SERVER=DEDICATED)
    )
    )
    Last edited by Thomasps; 12-05-2003 at 02:56 AM.
    Thomas Saviour([email protected])
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

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