How To Enable Parallel Query For A Function?
(Doc ID 1093773.1)
Last updated on DECEMBER 13, 2022
Applies to:
PL/SQL - Version 10.2.0.4 and laterInformation in this document applies to any platform.
Goal
Question 1:
When attempting to incorporate a PL/SQL Packaged procedure/function within parallel execution there appear to be two possible ways to flag the stored procedure/function.
Option 1 - Use the PRAGMA call.
Can either Option 1 be used, Option 2 or is both required?
Question 2:
How does the PL/SQL code implement the PARALLEL_ENABLE clause?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |