nerdexam
Oracle

1Z0-485 · Question #45

Which three statements are true about Automatic Degree of Parallelism (Auto DOP) on Exadata?

The correct answer is B. Auto DOP is disabled by default and must be enabled before SQL statements can take D. Oracle's Auto DOP algorithms calculate the Degree of Parallelism based on the table's block E. SQL statements that take advantage of Auto DOP am be identified by using data from Oracle. B (not c): To enable the features in 11g Release 2, use the parallel_degree_policy parameter (by default this stuff is off - parameter is set to manual). For Auto DOP, setting this to limited is sufficient. If you want more functionality (in-memory parallel processing and…

Performance Optimization

Question

Which three statements are true about Automatic Degree of Parallelism (Auto DOP) on Exadata?

Options

  • AAuto DOP is an exclusive feature in Exadata, which allows the database optimizer to evaluate
  • BAuto DOP is disabled by default and must be enabled before SQL statements can take
  • CAuto DOP is enabled by default on Oracle 11gR2, allowing full use of its features.
  • DOracle's Auto DOP algorithms calculate the Degree of Parallelism based on the table's block
  • ESQL statements that take advantage of Auto DOP am be identified by using data from Oracle

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    74% (28)
  • C
    18% (7)

Explanation

B (not c): To enable the features in 11g Release 2, use the parallel_degree_policy parameter (by default this stuff is off - parameter is set to manual). For Auto DOP, setting this to limited is sufficient. If you want more functionality (in-memory parallel processing and parallel statement queuing parallel_degree_policy should be set to auto). * What if you don't have Exadata? Chances are that if your system is large enough to warrant Auto DOP, it is similar enough to Exadata to behave nicely with this number. * Auto DOP is only useful in systems with enough CPUs and disks to make concurrent parallel processing feasible. It was designed mostly for Exadata, or for systems of similar size. 48 CPUs and 84 disks sound like a nice start

Topics

#Auto DOP#parallel query#database optimizer#Oracle 11gR2

Community Discussion

No community discussion yet for this question.

Full 1Z0-485 Practice