Appendix F. MTS Initialization Parameters

260 - Appendix F. MTS Initialization Parameters <p><script> function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window. open (url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } } </script></p>
Team-Fly    

 
Oracle Net8 Configuration and Troubleshooting
By Jonathan Gennick, Hugo Toledo
Table of Contents
Part IV:  Appendixes


This appendix documents the initialization parameters used to configure the multi-threaded server (MTS). Only the currently recommended parameters are described here. Parameters that were made obsolete when Oracle8 i was released are listed in Table 6.1, but have been omitted from this appendix.

Table F.1. Obsolete MTS Parameters

Parameter

Obsolete in Release

Description

MTS_DISPATCHERS

8.0

MTS_DISPATCHERS itself is not obsolete, but there is an obsolete syntax that looks like this:

 MTS_DISPATCHERS="tcp,3" 

This example configures three TCP/IP dispatchers. This syntax is still supported for backward compatibility, but you should switch to the newer syntax documented in this appendix.

MTS_LISTENER_ADDRESS

8.1

Specifies the address of a listener with which the dispatchers should register.

MTS_MULTIPLE_LISTENERS

8.1

Modifies the syntax accepted by MTS_LISTENER_ADDRESS.

MTS_RATE_LOG_SIZE

8.1

Specifies the sample size that the instance uses to calculate dispatcher rate statistics.

MTS_RATE_SCALE

8.1

Specifies the time scale used for dispatcher rate statistics.


Team-Fly    
Top


Oracle Net8 Configuration and Troubleshooting
Oracle Net8 Configuration and Troubleshooting
ISBN: 1565927532
EAN: 2147483647
Year: 2000
Pages: 120

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net