nerdexam
Oracle

1Z0-117 · Question #77

Examine the parallelism parameters for your instance: Examine the Exhibit to view the query and its explain plan output. All sessions use default parallelism settings. What two steps could you take…

The correct answer is A. Add a parallel hint. B. Decrease the value of PARALLEL_MIN_TIMETHRESHOLD. A: You can rely on hints to set the degree of parallelism, but these can be hard to set correctly. Decision tree for query parallelization

Understanding and Influencing the Optimizer

Question

Examine the parallelism parameters for your instance:

Examine the Exhibit to view the query and its explain plan output. All sessions use default parallelism settings. What two steps could you take to make the query execute in parallel?

Exhibits

1Z0-117 question #77 exhibit 1
1Z0-117 question #77 exhibit 2

Options

  • AAdd a parallel hint.
  • BDecrease the value of PARALLEL_MIN_TIMETHRESHOLD.
  • CIncrease the value of PARALLEL_MIN_SERVERS.
  • DIncrease the value of PARALLEL_MAX_SERVERS.
  • EDecrease the value of PARALLEL_MIN_PERCENT.

How the community answered

(23 responses)
  • A
    78% (18)
  • C
    4% (1)
  • D
    4% (1)
  • E
    13% (3)

Explanation

A: You can rely on hints to set the degree of parallelism, but these can be hard to set correctly. Decision tree for query parallelization

Topics

#parallel execution#PARALLEL_MIN_TIME_THRESHOLD#parallel hint#PARALLEL_MAX_SERVERS

Community Discussion

No community discussion yet for this question.

Full 1Z0-117 Practice