Monday, November 3, 2008

MAX_DISPATCHERS

Property

Description

Parameter type

Integer

Default value

There is no default value.

Modifiable

ALTER SYSTEM

Range of values

If MAX_DISPATCHERS is specified, then it should be greater than or equal to the number of dispatchers specified by the DISPATCHERS parameter and less than the number of processes specified by the PROCESSES parameter.

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

Oracle initializatoin parameters

No comments:

Post a Comment