Xref: alice comp.databases.oracle.misc:40660 comp.databases.oracle.server:65151
Path: alice!news-feed.fnsi.net!netnews.com!newspeer.monmouth.com!news.monmouth.com!not-for-mail
From: Jack Zhu <jackzhu@monmouth.com>
Newsgroups: comp.databases.oracle.server,comp.databases.oracle.misc
Subject: Failed to configure MTS?!
Date: Thu, 09 Sep 1999 09:28:10 -0400
Organization: Monmouth Internet
Lines: 18
Message-ID: <37D7B5EA.75C9E64B@monmouth.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586)
X-Accept-Language: en

Oracle 8.0.5 for Red Hat Linux 6.0. Try to configure MTS, but failed.
The error message when I try to restart the database is:
ORA-00101: invalid specification for system parameter MTS_DISPATCHERS
ORA-00102: network protocol (ADDRESS=(PARTIAL=YES)(PROTOCOL=tcp)) cannot
be used by dispatchers.


The parameters I set up in init file are following:

mts_dispatchers="tcp,1"
mts_max_dispatchers=3
mts_servers=1
mts_max_servers=3
mts_service=orcl
mts_listener_address="(ADDRESS=(PROTOCOL=tcp)(Host=192.168.0.1)(Port=1521))"

Thanks for any ideas!!

