READ Free Dumps For Oracle- 1z0-117
Question ID 2564 | Exhibit A table has three distinct values in its ID column. In the ID column, values 10 and 20 have more than 20000 rows each and value 30 has only five rows. The statistics for the schema have been updated recently. |
Option A | A. The same execution plan will always be used irrespective of the value in the bind variable. |
Option B | B. A new execution plan will be generated depending on the access pattern and the bind value. |
Option C | C. Adaptive cursor sharing will ensure that a new cursor is generated for each distinct value in the bind variable. |
Option D | D. Adaptive cursor sharing will happen only if you use the literal values instead of bind variables in the query. |
Correct Answer | C |
Question ID 2565 | See the table below: |
Option A | A. Parallel execution occurs when estimated serial execution time exceeds the minimum time threshold. |
Option B | B. Parallel execution occurs for all DML statements. |
Option C | C. Parallel execution occurs for those statements that access tables with dictionary DOP defined. |
Option D | D. Parallel execution occurs for those statements that access tables with no dictionary DOP defined. |
Option E | E. Parallel execution occurs for all DDL statements. |
Correct Answer | A,C,D |