| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can multithreaded server and dedicated server be in one instance?
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
![]() |
![]() |