Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:MTS Parameter Error

Re:MTS Parameter Error

From: <dgoulet_at_vicr.com>
Date: Tue, 8 Aug 2000 09:45:15 -0400
Message-Id: <10583.114070@fatcity.com>


Don't use the abbreviations. It shoule read:

ADDRESS = (PROTOCOL=tcp)(HOST=216.167.2.245)(DISPATCHERS=1)

____________________Reply Separator____________________
Subject: MTS Parameter Error
Author: Rajanish Joshi <dbaoracle2000_at_yahoo.com> Date: 8/8/00 5:21 AM

Dear Listers,
I am configuring my oracle 8i (8.1.5) for MTS when I am trying to give parameters in my initsid.ora file it gives me follwoing error

SVRMGR> startup
LRM-00104: '(ADDR
=(PROT=TCP)(HOST=216.167.2.245))(DISP=1)(POOL=on)' is
not a le
gal integer for 'mts_max_dispatchers'
ORA-01078: failure in processing system parameters  

and when I comment the concern line it starts up well ,does without this line my server will configure for the MTS ,Whats wrong with that line? any help is really appriciated.

SVRMGR> startup
ORACLE instance started.
Total System Global Area 41852304 bytes
Fixed Size 64912 bytes
Variable Size 24829952 bytes
Database Buffers 16777216 bytes
Redo Buffers 180224 bytes
Database mounted.
Database opened.

my MTS parameters in initsid.ora

mts_dispatchers = "tcp,1"
mts_max_dispatchers = "(ADDR
=(PROT=TCP)(HOST=216.167.2.245))(DISP=1)(POOL=on)"
mts_servers = 1
mts_max_servers = 10            

Thanks in advance,
Rajanish Joshi
Pune India



Do You Yahoo!?
Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
-- 
Author: Rajanish Joshi
  INET: dbaoracle2000_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 08 2000 - 08:45:15 CDT

Original text of this message

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