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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 17 Mar 2001 13:19:14 +0100
Message-ID: <tb6le2a9n6ra34@beta-news.demon.nl>

"Péman Malekzadeh" <majortom71_at_hotmail.com> wrote in message news:98vc82$hm9$1_at_slb3.atl.mindspring.net...
> I setup Oracle8i on Linux and have a working database on the machine, but
 when I try to configure it for MTS Connections it seems
> like it does not work.
>
> I edit the init file for oracle initoracle.ora and add the following lines
 to it:
>
> mts_dispatchers = "(protocol=TCP)(DISP=1)(mul=OFF)(pool=OFF)"
> mts_servers = 1
> mts_max_servers = 10
>
> I followed documentation very carefully yet it seems that it still is set
 to DEDICATED as opposed to SHARED.
>
> If anyone knows what I am doing wrong I would appreciate your help.
>
> thank you,
> Peyman M.
>
>
>
>

Just implemented MTS on Solaris yesterday, reading the docs carefully. You seem to be missing a HOST= specification, but you may want to use an ADDRESS specification instead of host only.
Also be aware the listener needs to be started *before* the database. If you do that in reverse it will take a few minutes before the database registers itself with the listener.

Hth,

Sybrand Bakker, Oracle DBA Received on Sat Mar 17 2001 - 06:19:14 CST

Original text of this message

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