Question 1

What is the right time to stop tuning an Oracle database?
  • Question 2

    Database performance has degraded recently.
    index range scan operations on index ix_sales_time_id are slower due to an increase in buffer gets on sales table blocks.
    Examine these attributes displayed by querying DBA_TABLES:

    Now, examine these attributes displayed by querying DBA_INDEXES:

    Which action will reduce the excessive buffer gets?
  • Question 3

    Which two statements are true about the use and monitoring of Buffer Cache Hit ratios and their value in tuning Database I/O performance?
  • Question 4

    During which application lifecycle phase do you take baselines?
  • Question 5

    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?