1z1-084 Exam Question 6

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?
  • 1z1-084 Exam Question 7

    Which application lifecycle phase could be managed reactively?
  • 1z1-084 Exam Question 8

    Examine this output of a query of VSPGA_TAPGET_ADVICE:

    Which statements is true'
  • 1z1-084 Exam Question 9

    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?
  • 1z1-084 Exam Question 10

    Which two options are part of a Soft Parse operation?