Oracle Database 11g Release 2: SQL Tuning - 1Z0-117 Exam Practice Test

View the code sequence:

Which three statements are true about the execution of this query?
Correct Answer: A,B,E
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Examine the following anonymous PL/SQL code block of code:

Which two are true concerning the use of this code?
Correct Answer: D,F
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Examine the query:

The RESULT_CACHE_MODE parameter is set to MANUAL for the database.
Which two statements are true about the usage of the result cache?
Correct Answer: B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
The following parameter values are set for the instance:
OPTIMIZER_CAPTURE_SQL_BASELINE = FALSE OPTIMIZER_USESQL_PLAN_BASELINE = TRUE The SQL plan baseline for a SQL statement contains an accepted plan.
You want to add a new plan automatically as an accepted plan to the existing SQL plan baseline.
Examine the following tasks.
1.Set the OPTIMIZER_CAPTURE_SQL_PLAN_BASELINE parameter to TRUE.
2.Evolve the new plan.
3.Fix the existing accepted plan.
4.Manually load the new plan.
Identify the task(s) that must be performed to accomplish this.
Correct Answer: F
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Examine the utilization parameters for an instance:

You notice that despite having an index on the column used in the where clause, queries use full table scans with highly selective filters.
What are two possible reasons for the optimizer to use full table scans instead of index unique scans and index range scans?
Correct Answer: A,B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which three statements are true about histograms?
Correct Answer: B,E,F
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
A database instance is configured in the shared server mode and it supports multiple applications running on a middle tier. These applications connect to the database by using different services and tracing is enabled for the services. You want to view the detailed tracing setting for particular service.
What would you use to view the tracing information?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You have created some materialized views to improve the performance of several queries.
Which four must be true to enable sessions to benefit from improved response time made
possible by these materialized views?
Correct Answer: B,E,F,G
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).