Name

MTS_DISPATCHERS

Synopsis

MTS_DISPATCHERS = “(proto_addr)[(attribute)[(attribute)...]]”

proto_addr := {ADDRESS = address_data
              |DESCRIPTION = address_description
              |PROTOCOL = protocol)

address_data (TCP/IP) :=
   (PARTIAL = TRUE)(PROTOCOL = TCP)(HOST = {hostname | ip_address})
   (PORT = port_number)
address_data (IPC) :=
   (PARTIAL = TRUE)(PROTOCOL = IPC)(KEY = key_name)
address_data (SPX) :=
   (PARTIAL = TRUE) (PROTOCOL = SPX)(SERVICE = spx_service_name)
address_data (Named Pipes) :=
   (PARTIAL = TRUE)(PROTOCOL = NMP)(SERVER = server_name)(PIPE = pipe_name)

attribute :=  CONNECTIONS = max_connections
             |DISPATCHERS = num_dispatchers
             |LISTENER = (ADDRESS_LIST = (ADDRESS = listener_address_data)
                                        [(ADDRESS = listener_address_data)...])
             |MULTIPLEX = {1 | ON | YES | TRUE | BOTH | IN | OUT | 0 | NO | OFF |
                           FALSE}
             |POOL = {ticks | ON | YES | TRUE | BOTH | IN | OUT | NO | OFF | FALSE}
             |POOL = ({IN | OUT} = ticks)[({IN | OUT} = ticks...)]
             |SERVICE = service_name
             |SESSIONS = max_sessions
             |TICKS = seconds
               

Defines MTS dispatchers for an instance. More than one MTS_DISPATCHERS parameter may be used to define dispatchers for multiple protocols, or on multiple addresses. However, when multiple MTS_DISPATCHERS parameters are used, they must all be together in the instance parameter file.

Parameters

address_data

A protocol-specific address that the dispatcher (or dispatchers) use. In the case of TCP/IP, this may be either a complete or a partial address.

address_description

Allows you to specify additional attributes ...

Get Oracle Net8 Configuration and Troubleshooting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.