Oracle Database - PARALLEL_THREADS_PER_CPU Parameter

Card Puncher Data Processing

Oracle Database - PARALLEL_THREADS_PER_CPU Parameter

About

This parameter describes the number of parallel execution processes or threads that a CPU can handle during parallel execution.

It is used to:

The default is platform-dependent and is adequate in most cases (two on most platforms).

By default, Oracle will spawn two parallel server processes per each core on most systems.

gerardnico@orcl>show parameter PARALLEL_THREADS_PER_CPU

NAME                                 TYPE        VALUE
------------------------------------ ----------- ---------
parallel_threads_per_cpu             integer     2

Documentation / Reference





Discover More
Card Puncher Data Processing
Oracle Database - (Degree|Degree of Parallelism (DOP))

Oracle's parallel execution framework enables you to either explicitly chose - or even enforce - a specific degree of parallelism (DOP) or to rely on Oracle to control it. A degree of 1 is the default...



Share this page:
Follow us:
Task Runner