Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: MTS problem
Ivo,
I guess it should look like this in you init file
mts_listener_address="(address
=(protocol=tcp)(host=10.17.150.5)(port=1521))"
mts_service=<"ORASID"a>
mts_dispatchers="(ADDRESS
=(PARTIAL=TRUE)(protocol=tcp)(host=10.17.150.5))(dispatchers=5)"
mts_max_dispatchers=10 mts_servers=5 mts_max_servers=20
Ravinder
"Libal, Ivo" <ivo.libal_at_knapp-sy To: Multiple recipients of list ORACLE-L stems.com> <ORACLE-L_at_fatcity.com> Sent by: cc: root_at_fatcity.com Subject: MTS problem 26-Jun-2001 01:00 AM Please respond to ORACLE-L Sender Info: No Sender Info found in the address Book
Hello
I've got a problem with MTS. When I start database then the service is
registered to listener as a next dedicated server instead of connecting as
dispatcher and if I force the client to use shared connection I get an
error
:ORA-12519 / TNS-12519 Text: TNS:no appropriate service handler found
If I made lsnrctl services I got 2xdedicated server .....
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PROD))
Services Summary...
PROD has 2 service handler(s)
DEDICATED SERVER established:2290 refused:3
LOCAL SERVER
DEDICATED SERVER established:0 refused:0
LOCAL SERVER extproc has 1 service handler(s) DEDICATED SERVER established:311 refused:0 LOCAL SERVER
The MTS part of my init.ora is:
mts_max_dispatchers=10 mts_max_servers=20 mts_servers=5 mts_listener_address="(ADDRESS
The oracle is 8.1.7 on Suse 7.0.
Have you ever had such a problems? Are there any know bugs? What else
should
I check? Any Ideas? Could it be a problem with automatic_ipc=true ?
Kind regads
Ivo Libal
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Libal, Ivo INET: ivo.libal_at_knapp-systems.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). ______________________________________________________________________________________ Visit us at www.singaporeair.com. ______________________________________________________________________________________ -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Ravinder_Bahadur_at_singaporeair.com.sg 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 Jun 26 2001 - 03:35:33 CDT