Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 125 of 188


OPTIMIZER_PERCENT_PARALLEL

Parameter type: 

Integer 

Parameter class: 

Dynamic. Scope = ALTER SESSION. 

Default value: 

Range of values: 

0 to 100 

OPTIMIZER_PERCENT_PARALLEL specifies the amount of parallelism that the optimizer uses in its cost functions.

The default of 0 means that the optimizer chooses the best serial plan. A value of 100 means that the optimizer uses each object's degree of parallelism in computing the cost of a full table scan operation. Low values favor indexes, and high values favor table scans.

Cost-based optimization is always used for queries that reference an object with a nonzero degree of parallelism. For such queries, a RULE hint or optimizer mode or goal will be ignored.  

Note: Use of a FIRST_ROWS hint or of optimizer mode override a non-zero setting of OPTIMIZER_PERCENT_PARALLEL

See Also: Oracle8i Designing and Tuning for Performance for more information on setting this parameter. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index