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

    Which two statements are true about cursor sharing?
  • 1Z0-084 Exam Question 8

    Which three statements are true about server-generated alerts?
  • 1Z0-084 Exam Question 9

    Which two statements are true about session wait information contained in v$session or v$session_wait?
  • 1Z0-084 Exam Question 10

    Multiple sessions are inserting data concurrently into a table that has an LOB column.
    At some point in time, one of the sessions cannot find available space in the LOB segment and needs to allocate a new extent.
    Which wait event will be raised in the other sessions that need space in the LOB column?