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: Setting up Oracle DB to be a MTS.

Re: Setting up Oracle DB to be a MTS.

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Tue, 04 Jan 2000 09:20:10 -0800
Message-ID: <38722BCA.C3A088C3@us.oracle.com>


It does as of Oracle8.

Apart from init.ora settings, all you really need to do is tell the listener to give you a dedicated connection rather than a shared one if you want it. That's done via an entry in the tnsnames.ora file:

net_service_name=
(description=
  (address= (protocol_address_information))   (connect_data=

     (service_name=service_name)
     (server=dedicated)

  )
)

HTH. Pete

Erik Williams wrote:

> I dont belive that MTS runs on NT.
>
> Erik Williams
>
> On Tue, 04 Jan 2000 00:16:09 GMT, sriviswa_at_hotmail.com wrote:
>
> >Hi,
> >
> >I need help on setting up our database to be a Multithreaded Server.
> >Apart from the INITsid.ORA setting, what else do I need to do? An
> >example would be greatly appreciated. Thanks. (I need to configure for
> >1200 users)
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.


Received on Tue Jan 04 2000 - 11:20:10 CST

Original text of this message

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