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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to put oracle server in MTS Newbi Question

RE: How to put oracle server in MTS Newbi Question

From: Singla, Sanjeev <SSingla_at_oxhp.com>
Date: Thu, 22 Jun 2000 09:48:38 -0400
Message-Id: <10536.110139@fatcity.com>


You need to set following parameters
mts_dispatchers="(ADDR=(PROT=TCP)(HOST=IP OF HOST))(disp=X)(pool=on)"

                       where x=number of dispatchers to start at instance
startup.
mts_max_dispatchers = 
mts_servers=                 (no. of shared servers to start with)
mts_max_servers=

In the tnsnames.ora specifiy SERVER=SHARED on client PC as well as server
(if users are connecting thru; sqlplus locally)

Startup the listener before starting the instance. otherwise it will take a minute or two for the dispatchers
to get registered to listener.

This is the most basic configuration of MTS. There are lots of new features in Oracle8i which can be used
like connection pooling,load balancing , multiple listeners serving the same database or multiple instances
in Oracle Parallel Server.

Cheers
Sanjeev

-----Original Message-----
From: Rajanish Joshi [mailto:dbaoracle2000_at_yahoo.com] Sent: Thursday, June 22, 2000 2:58 AM
To: Multiple recipients of list ORACLE-L Subject: How to put oracle server in MTS Newbi Question

Dear List,
What are the steps(initSid.ora) to the put the oracle8i(8.1.5)database on sun solaris in the MTS mode ?
If any link to understand and manage a MTS server ?

Any inputs highly appriciated.

Thanks in advance.
Regards,
Rajanish Joshi
Pune India



Do You Yahoo!?
Send instant messages with Yahoo! Messenger. http://im.yahoo.com/
-- 
Author: Rajanish Joshi
  INET: dbaoracle2000_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Thu Jun 22 2000 - 08:48:38 CDT

Original text of this message

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