Oracle Database 19c Performance and Tuning Management - 1z1-084 Exam Practice Test
Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache?
Correct Answer: C,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You want to reduce the amount of db file scattered read that is generated in the database. You execute the SQL Tuning Advisor against the relevant workload. Which two can be part of the expected result?
Correct Answer: A,C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Examine this statement and its corresponding execution plan:

Which phase introduces the CONCATENATION step?

Which phase introduces the CONCATENATION step?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You manage a 19c database with default optimizer settings.
This statement is used extensively as subquery in the application queries:
SELECT city_id FROM sh2.sales WHERE city_id=:Bl
You notice the performance of these queries is often poor and, therefore, execute:
SELECT city_id,COUNT(*) FROM sh2.sales GROUP BY city_id;
Examine the results:

There is no index on the CITY_ID column.
Which two options improve the performance?
This statement is used extensively as subquery in the application queries:
SELECT city_id FROM sh2.sales WHERE city_id=:Bl
You notice the performance of these queries is often poor and, therefore, execute:
SELECT city_id,COUNT(*) FROM sh2.sales GROUP BY city_id;
Examine the results:

There is no index on the CITY_ID column.
Which two options improve the performance?
Correct Answer: D,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Buffer cache access is too frequent when querying the SALES table. Examine this command which executes successfully:
ALTER TABLE SALES SHRINK SPACE;
For which access method does query performance on sales improve?
ALTER TABLE SALES SHRINK SPACE;
For which access method does query performance on sales improve?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which two statements are true about the use and monitoring of Buffer Cache Hit ratios and their value in tuning Database I/O performance?
Correct Answer: B,E