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: MTS config

RE: MTS config

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Tue, 25 Feb 2003 06:59:07 -0800
Message-ID: <F001.00558826.20030225065907@fatcity.com>


"Dick",

here is what I use

mts_dispatchers                 =
"(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.99.28))(DISPATCHERS=5)"
local_listener                  =
"(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.99.28)(PORT=1521))"
mts_max_dispatchers             = 10
mts_servers                     = 10
mts_max_servers                 = 100

Good Luck!

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Tuesday, February 25, 2003 9:04 AM To: Multiple recipients of list ORACLE-L

OK, Someone dope slap me! I added the following to my init.ora file (8.1.7.0 on
HP-UX 11.0). The dispatchers start up just fine, but won't register with the
listener (also 8.1.7.0). I've already done the RTFM and MetaLink RTFM but can't
see the problem.

mts_servers=5
mts_max_dispatchers=10
mts_max_servers=40

service_names=05
# mts_dispatchers="(PROTOCOL=ipc)(DISPATCHERS=2)" mts_dispatchers="(PROTOCOL=TCP)(DISPATCHERS=4)" local_listener="(address_list=(ADDRESS=(PROTOCOL=ipc)(KEY=05))
                     (ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=bart)))"

Thanks for the second set of eyes. BTW, the end result would be to have all outside TCP connections use MTS only.

Dick Goulet
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Tue Feb 25 2003 - 08:59:07 CST

Original text of this message

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