1z1-084 Exam Question 6

Which three statements are true about tuning dimensions and details of v$sys_time_model and DB time?
  • 1z1-084 Exam Question 7

    You need to collect and aggregate statistics for the ACCTG service and PAYROLL module, and execute:

    Where do you find the output of this command?
  • 1z1-084 Exam Question 8

    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 9

    The CURS0R_SHARING and OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameters are set to default. The top five wait events in an awr report are due to a large number of hard parses because of several almost identical SQL statements.
    Which two actions could reduce the number of hard parses?
  • 1z1-084 Exam Question 10

    Examine these statements and output:

    What parameter change activates the generation and use of SQL Plan Directives7