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: Session distribution on 9i RAC

Re: Session distribution on 9i RAC

From: Ronald Rood <devnull_at_ronr.nl>
Date: Fri, 13 Aug 2004 14:05:38 +0200
Message-ID: <0001HW.BD427B320000DA96F02845B0@news.individual.net>


On Fri, 13 Aug 2004 12:09:04 +0200, Steffen Roegner wrote (in article <411c9341_1_at_news.arcor-ip.de>):

> Howdy,
>
> We have a 4-node 9.2.0.4 RAC on Red Hat Ent. Linux 3 running. We want to
> use load balancing for users and a dedicated node for nightly batch
> processing. Our users tnsnames.ora looks like this:
>
> USERS =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = node1)(PORT = 1521))
> (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
> (ADDRESS = (PROTOCOL = TCP)(HOST = node3)(PORT = 1521))
> (LOAD_BALANCE = on)
> (FAILOVER = on)
> )
> (CONNECT_DATA =
> (SERVICE_NAME = cluster.domain.de)
> (FAILOVER_MODE =
> (TYPE = session)
> (METHOD = basic)
> )
> )
> )
>
> Since the users connect via the service_name, they will also get
> sessions on the last, fourth node which is not even mentioned in the
> address list which prevents me from setting things like a really big
> sort_area_size for this node.
>
> How can I prevent the users from being connected to the 4th node?
>
> Cheers,
> steffen

Hi Steffen,
prevent the fourth instance from registrating at the remote listeners should help.

With kind regards,
Ronald
http://ronr.nl/unix-dba Received on Fri Aug 13 2004 - 07:05:38 CDT

Original text of this message

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