1z0-144 Exam QuestionsBrowse all questions from this exam

1z0-144 Exam - Question 18


Examine the following code:

Which two statements are true about the above function? (Choose two.)

Show Answer
Correct Answer: BD

The function defined with PARALLEL_ENABLE can be used in both parallelized queries and parallelized DML statements, as it allows the function to be executed in parallel execution plans. Additionally, having the PARALLEL_ENABLE attribute means that multiple separate copies of the function can run in each process when the SQL statement that calls the function is executed in parallel. This enhances performance by utilizing parallel processing capabilities. Therefore, the correct answers are that it can be used in both a parallelized query and a parallelized DML statement, and it can have a separate copy run in each of the multiple processes when called from a SQL statement that is run in parallel.

Discussion

4 comments
Sign in to comment
sobrinho
Aug 24, 2020

B and D are correct answers. Read documentation bellow to understand why E is not a correct one. https://docs.oracle.com/cd/B28359_01/appdev.111/b28370/restrictreferences_pragma.htm#LNPLS01339

emmandavies
Aug 9, 2020

B,E is the right answer

Paps23
Oct 25, 2022

the right answer is BE

maabrehOptions: BD
Jan 5, 2023

BD IS THE RIGHT ANSWER