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: MTS Configuration on Oracle Server for Linux

Re: MTS Configuration on Oracle Server for Linux

From: <gert_de_boer_at_ch.schindler.com>
Date: Mon, 19 Mar 2001 09:45:45 +0000 (UTC)
Message-ID: <OF0B9D0FA4.A0BA03CE-ONC1256A14.00350857@ebi.schindler.com>

On HP 11 Oracle 8.1.7 following did it for me:

mts_dispatchers = "(protocol=TCP)(disp=2)" # <-- different from 8.1.6 and 8.1.5
mts_max_dispatchers = 5
mts_servers = 2
mts_max_servers = 10
instance_name       = test # as remarked before, you need this!

On Linux Oracle 8.1.5 and 8.1.6 following worked:

mts_dispatchers="(ADDRESS= (PROTOCOL=TCP)(HOST = MYHOST))(DISPATCHERS=2)"
mts_max_dispatchers=3
mts_servers=2
mts_max_servers=4

Search the differences...
And do not oversee the ' " 's!

And as said before, first start the listener, than the database.

Gert

-- 
Posted from nw.inf.schindler.com [195.65.184.250] 
via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Mon Mar 19 2001 - 03:45:45 CST

Original text of this message

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