READ Free Dumps For Oracle- 1z0-050
Question ID 1941 | Evaluate the following code: |
Option A | A. It creates a task and workload, and executes the task. |
Option B | B. It creates a task and workload but does not execute the task. |
Option C | C. It produces an error because a template has not been created. |
Option D | D. It produces an error because the SQL Tuning Set has not been created. |
Correct Answer | A |
Question ID 1942 | You have applications that have frequently executed queries, and produce small and static result sets. |
Option A | A. to avoid round trips to the server by enabling caching of query results in client memory |
Option B | B. to improve performance by storing a copy of the data from the private SQL area of the PGA |
Option C | C. to enhance the query performance by creating a cache in the client memory for sorting operations |
Option D | D. to avoid the storing of query plans and results in the server by creating a cache in the client memory |
Correct Answer | A |