Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Configuring Shared Server Mode

Re: Configuring Shared Server Mode

From: Snewber <snew_at_snew.com>
Date: Wed, 27 Apr 2005 10:30:06 +1000
Message-ID: <d4mmee$og4$1@bunyip2.cc.uq.edu.au>


Add these parameters to your init.ora file after reading up on them. Obviously you will need to tune for your instance.

###############################################################################
# Shared Servers
###############################################################################

DISPATCHERS="(ADDRESS=(PROTOCOL=TCP)(HOST=123.123.1.2)(PORT=45001)(DISPATCHERS=1))"
DISPATCHERS="(ADDRESS=(PROTOCOL=TCP)(HOST=123.123.1.2)(PORT=45002)(DISPATCHERS=1))"
DISPATCHERS="(ADDRESS=(PROTOCOL=TCP)(HOST=123.123.1.2)(PORT=45003)(DISPATCHERS=1))" DISPATCHERS="(ADDRESS=(PROTOCOL=TCP)(HOST=123.123.1.2)(PORT=45004)(DISPATCHERS=1))"
SHARED_SERVERS                    = 8
MAX_SHARED_SERVERS                = 32





melliott42_at_yahoo.com wrote:
> Hello,
>
> I am having a problem making sense of the Oracle docs on how to
> configure Shared Server Mode.
>
> Can anyone please detail the steps and settings to change a database
> from Dedicated to Shared Server Mode in Oracle 9i (9.2.0.6) on a Sun
> Solaris system?
>
> Thanks,
>
> Michael42
>
Received on Tue Apr 26 2005 - 19:30:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US