Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: MTS Configuration on Oracle Server for Linux
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.ORGReceived on Mon Mar 19 2001 - 03:45:45 CST
![]() |
![]() |