nerdexam
Oracle

1Z0-052 · Question #121

Your database instance is functional for the past one month. The Automatic Workload Repository (AWR) snapshot retention is set to 7 and the STATISTICS_LEVEL initialization parameter is set to…

The correct answer is B. Use the AWR Compare Periods report. C. Use an ADDM analysis between 7 PM and 9 PM of the previous day. With a 7-day AWR retention and STATISTICS_LEVEL=TYPICAL, ADDM provides automated historical diagnostics and the AWR Compare Periods report enables side-by-side comparison against a baseline to pinpoint regressions from the prior day.

Performing Database Maintenance

Question

Your database instance is functional for the past one month. The Automatic Workload Repository (AWR) snapshot retention is set to 7 and the STATISTICS_LEVEL initialization parameter is set to TYPICAL. You receive a complaint about the poor performance of the database between 7 PM and 9 PM of the previous day. Choose two actions any of which can be referred to first to diagnose the problem. (Choose two.)

Options

  • AUse the Active Session History report.
  • BUse the AWR Compare Periods report.
  • CUse an ADDM analysis between 7 PM and 9 PM of the previous day.
  • DUse the AWR Compare Period report between 7 PM and 9 PM of the previous day.

How the community answered

(51 responses)
  • A
    12% (6)
  • B
    82% (42)
  • D
    6% (3)

Why each option

With a 7-day AWR retention and STATISTICS_LEVEL=TYPICAL, ADDM provides automated historical diagnostics and the AWR Compare Periods report enables side-by-side comparison against a baseline to pinpoint regressions from the prior day.

AUse the Active Session History report.

The in-memory ASH buffer holds only the most recent hour of session samples, and while AWR persists a subset of ASH data, ASH reports target near-real-time diagnosis rather than structured historical investigation of a prior-day incident.

BUse the AWR Compare Periods report.Correct

The AWR Compare Periods report compares two distinct time periods - such as the problematic 7-9 PM window against a normal reference period - highlighting statistical differences that reveal the source of degradation.

CUse an ADDM analysis between 7 PM and 9 PM of the previous day.Correct

ADDM automatically analyzes AWR snapshot data for a specified historical range and produces ranked bottleneck findings with recommendations; since AWR retains 7 days of snapshots, the previous day's 7-9 PM window is fully available for ADDM analysis.

DUse the AWR Compare Period report between 7 PM and 9 PM of the previous day.

The AWR Compare Period report requires two separate time ranges to produce meaningful comparative output; specifying only a single period (7 PM to 9 PM of the previous day) without a second baseline period yields no comparative diagnostic value.

Concept tested: AWR historical diagnosis using ADDM and Compare Periods report

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/tgdba/automatic-performance-diagnostics.html

Topics

#AWR snapshots#ADDM#Active Session History#performance diagnosis

Community Discussion

No community discussion yet for this question.

Full 1Z0-052 Practice