Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

PARALLEL_MAX_SERVERS

Parameter type

Integer

Default value

Derived from the values of CPU_COUNT, PARALLEL_AUTOMATIC_TUNING, and PARALLEL_ADAPTIVE_MULTI_USER

Parameter class

Static

Range of values

0 to 3599

Real Application Clusters

Multiple instances must have the same value.


Note:

This parameter applies to parallel execution in exclusive mode as well as in the Oracle9i Real Application Clusters environment.


PARALLEL_MAX_SERVERS specifies the maximum number of parallel execution processes and parallel recovery processes for an instance. As demand increases, Oracle increases the number of processes from the number created at instance startup up to this value.

If you set this parameter too low, some queries may not have a parallel execution process available to them during query processing. If you set it too high, memory resource shortages may occur during peak periods, which can degrade performance.

See Also:

Oracle9i Database Performance Tuning Guide and Reference for more information on tuning parallel execution