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: Can multithreaded server and dedicated server be in one instance?

Re: Can multithreaded server and dedicated server be in one instance?

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Sat, 14 Oct 2000 12:19:39 +0200
Message-ID: <39E8333B.B887E2D2@0800-einwahl.de>

Hi Dave,

you should configure the multithreaded servers. Then it only depends on the clients' tnsnames.ora if you are connected to a multithreaded server (the default) or to the dedicated server (if you add a line "(SRVR = DEDICATED)").

This should be fairly simple because your internet requests will be routed to an application server anyway. This server will have tnsnames.ora without the "srvr = dedicated" line. All other clients directly accessing your instance will have this line in their respective tnsnames.ora.

Martin

Dave A wrote:
>
> Hi,
>
> I have a database with 2 schemas. One schema supports web users and gets
> about 10 connections per second. The other schema supports an app that has
> 70-100 persistent connections. I would like the web users to connect to MTS
> and others to have a dedicated server. If this possible or do I need to
> move the web users to a separate instance?
>
> --
> Dave A
Received on Sat Oct 14 2000 - 05:19:39 CDT

Original text of this message

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