Name

MTS_DISPATCHERS

Synopsis

Values:Valid dispatcher specification

Default:NULL

Enables certain attributes for each dispatcher. In Oracle 7.3, this parameter specifies a protocol and an initial number of dispatchers in a position-dependent, comma-separated string assigned to MTS_DISPATCHERS. For example:

MTS_DISPATCHERS = "TCP, 3"

While the parsing software in Oracle8 remains backward compatible with this format, it also supports a name-value syntax (similar to the syntax used by Net8) to enable specification of existing and additional attributes in a position-independent, case-insensitive manner. For example:

MTS_DISPATCHERS = "(PROTOCOL=TCP)(DISPATCHERS=3)"

This format requires that you specify one and only one of the following attributes: ADDRESS, DESCRIPTION, or PROTOCOL. For detailed information about this parameter, refer to Oracle’s Net8 Administrator’s Guide and the Oracle8 Server Reference Manual.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset