Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-084 Topic 2 Question 33 Discussion

Actual exam question for Oracle's 1Z0-084 exam
Question #: 33
Topic #: 2
[All 1Z0-084 Questions]

Which Optimizer component helps decide whether to use a nested loop join or a hash join in an adaptive execution plan?

Show Suggested Answer Hide Answer
Suggested Answer: C

In an adaptive execution plan, the Optimizer makes runtime decisions between nested loop and hash joins using a statistics collector. The collector is a row source that collects statistics about the rows it processes and can adapt the plan based on the number of rows processed.


Oracle Database SQL Tuning Guide, 19c

Contribute your Thoughts:

Janine
1 days ago
Nah, I'm going with B) SQL Plan Directives. That's the one that can override the optimizer's initial plan and force it to try a different approach.
upvoted 0 times
...
Carli
2 days ago
I think the answer is B) SQL Plan Directives.
upvoted 0 times
...
Elbert
3 days ago
I think it's gotta be E) Dynamic Statistics. That's the component that collects real-time stats to help the optimizer make better decisions, right?
upvoted 0 times
...

Save Cancel