Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
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
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

PARALLEL_MIN_TIME_THRESHOLD

Property Description
Parameter type String
Syntax PARALLEL_MIN_TIME_THRESHOLD = { AUTO | integer }
Default value AUTO
Modifiable ALTER SESSION, ALTER SYSTEM
Basic No

PARALLEL_MIN_TIME_THRESHOLD specifies the minimum execution time a statement should have before the statement is considered for automatic degree of parallelism. By default, this is set to 10 seconds. Automatic degree of parallelism is only enabled if PARALLEL_DEGREE_POLICY is set to AUTO or LIMITED.

See Also:

Oracle Database VLDB and Partitioning Guide for information about automatic degree of parallelism