Xref: alice comp.databases.oracle.misc:40667 comp.databases.oracle.server:65166
Path: alice!news-feed.fnsi.net!newsfeed1.earthlink.net!netnews.com!nntp.abs.net!newsfeed.fast.net!uunet!ffx.uu.net!nntphub.cb.lucent.com!news
From: Kenneth C Stahl <BlueSax@Unforgettable.com>
Newsgroups: comp.databases.oracle.server,comp.databases.oracle.misc
Subject: Re: Failed to configure MTS?!
Date: Thu, 09 Sep 1999 14:29:47 -0400
Organization: xyzzy
Lines: 31
Message-ID: <37D7FC9A.B199238E@Unforgettable.com>
References: <37D7B5EA.75C9E64B@monmouth.com>
Reply-To: BlueSax@Unforgettable.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.51 [en] (Win95; U)
X-Accept-Language: en-US,en

Jack Zhu wrote:

> 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!!

One thing to check is your /etc/services file to see if port 1521 has been
defined to something else.

If there is an orasrv port defined (sometimes 1525 or 1526) you might want to
try using that port. (I believe orasrv is a holdover from sqlnet V1, but I could
be wrong).

Also, try putting orcl in double quotes - sometimes that seems to make a
difference.

Also, are you sure that you have the ip address correct?

