These are my network conf files:
listener.ora

LISTENER =
  (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL= IPC)(KEY  = PROD))
       (ADDRESS = (PROTOCOL= TCP)(HOST = 10.17.150.5)(PORT = 1521))
       (ADDRESS = (PROTOCOL= IPC)(KEY = extproc))
  )
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = PROD)
      (ORACLE_HOME = /home/oracle)
      (SID_NAME = PROD)
    )
  (SID_DESC =
     (SID_NAME = extproc)
     (ORACLE_HOME = /home/oracle)
     (PROGRAM = extproc)
   )
  )

STARTUP_WAIT_TIME_LISTENER=0
CONNECT_TIMEOUT_LISTENER=10
TRACE_LEVEL_LISTENER=ADMIN
TRACE_DIRECTORY_LISTENER=/home/oracle/network/log
TRACE_FILE_LISTENER=LISTENER
LOG_DIRECTORY_LISTENER=/home/oracle/network/log
LOG_FILE_LISTENER=LISTENER


sqlnet.ora:
# SQLNET.ORA Configuration File:/oracle/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.

#NAMES.DEFAULT_DOMAIN=knapp.at
NAMES.DIRECTORY_PATH=(TNSNAMES)

#SQLNET.EXPIRE_TIME = 10
automatic_ipc      = ON

#SQLNET.ENCRYPTION_SERVER = requested
#SQLNET.ENCRYPTION_CLIENT = requested

#BEQUEATH_DETACH = YES

tnsnames.ora:
# TNSNAMES.ORA Configuration File:/home/oracle/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

extproc_connection_data =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = PROD))
    (CONNECT_DATA = (SID = extproc))
  )

awms =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL= TCP)(Host=lvbls02)(Port= 1521))
    (CONNECT_DATA = (SID = PROD))
  )

awms_BEQ =
  (DESCRIPTION =
    (SDU = 8192)
    (TDU = 8192)
    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = /home/oracle)
               (argv0 = oraclePROD)
               (args = '(DESCRIPTION =
(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))')
               (envs = 'ORACLE_HOME=/home/oracle,ORACLE_SID=PROD')
    )
  )



Do you see something wrong?
Any suggestions?
Ivo

-----Original Message-----
Sent: Monday, June 25, 2001 09:09 PM
To: Multiple recipients of list ORACLE-L


you did not send it, but...praps something
with your listener.ora?


-----Original Message-----
Sent: Monday, June 25, 2001 2:23 PM
To: Multiple recipients of list ORACLE-L


It is the same with mts_dispatchers="TCP,2" 
Ivo



-----Original Message-----
Sent: Monday, June 25, 2001 07:22 PM
To: Multiple recipients of list ORACLE-L


Ivo, 


isn't it

mts_dispatchers="TCP,10"   (or however many you want....)

-The Dinosaur



-----Original Message-----
Sent: Monday, June 25, 2001 1:01 PM
To: Multiple recipients of list ORACLE-L


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=(PROTOCOL=TCP)(host=10.17.150.5)(port=1521))"
mts_dispatchers="(protocol=TCP)"
large_pool_size=10000000

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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohan, Ross
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Libal, Ivo
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohan, Ross
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Libal, Ivo
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to