Categories
what is parallel_enable in oracle
Comments
-
If you set the PARALLEL_ENABLE clause for your Package / Function / Type, this object can be used in each parallel worker.
Otherwise the worker need to aggregate their results and the Package / Function / Type is run in serial on th efull result set.
0