Property | Description |
Parameter type | Integer |
Default value | There is no default value. |
Modifiable |
|
Range of values | If |
Basic | No |
MAX_DISPATCHERS
specifies the maximum number of dispatcher processes allowed to be running simultaneously. It can be overridden by the DISPATCHERS
parameter and is maintained for backward compatibility with older releases.
Note:
1. This parameter was introduced in Oracle9i. It replaces the Oracle8i/8/7 MTS_MAX_DISPATCHERS.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter where upper(name) = ‘MAX_DISPATCHERS’;
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
max_dispatchers | | TRUE | FALSE | IMMEDIATE | TRUE | FALSE | max number of dispatchers |
No comments:
Post a Comment