nerdexam
Oracle

1Z0-060 · Question #163

You want to upgrade your pre-12c database to an Oracle 12c database. You set up the test environment and replay the captured workload from the production database on the test machine twice with a…

The correct answer is C. to find the resource consumption by SQL statements that are common to both periods D. to check the performance improvement and degradation caused during the change E. to review the hardware resources used during the two runs. This question tests knowledge of what the Oracle Compare Period ADDM report is designed to analyze when evaluating two database replay runs during an upgrade assessment.

Upgrading to Oracle Database 12c

Question

You want to upgrade your pre-12c database to an Oracle 12c database. You set up the test environment and replay the captured workload from the production database on the test machine twice with a time difference of four hours. For which three reasons would you use the Compare Period ADDM report after the replay? (Choose three.)

Options

  • Ato check the database time consumed for the two time periods
  • Bto review the change in the initialization parameters between the two runs
  • Cto find the resource consumption by SQL statements that are common to both periods
  • Dto check the performance improvement and degradation caused during the change
  • Eto review the hardware resources used during the two runs
  • Fto compare the performance change of top SQL statements for the two runs

How the community answered

(55 responses)
  • A
    7% (4)
  • B
    4% (2)
  • C
    75% (41)
  • F
    15% (8)

Why each option

This question tests knowledge of what the Oracle Compare Period ADDM report is designed to analyze when evaluating two database replay runs during an upgrade assessment.

Ato check the database time consumed for the two time periods

Reviewing raw database time consumed per period is a function of standard ADDM or AWR snapshot reports; the Compare Period ADDM is designed to analyze the difference between periods, not report absolute time values for each.

Bto review the change in the initialization parameters between the two runs

Comparing initialization parameter changes between runs is handled through AWR comparison or DBA_HIST_PARAMETER views, not through the Compare Period ADDM report, which focuses on workload performance differences.

Cto find the resource consumption by SQL statements that are common to both periodsCorrect

The Compare Period ADDM report specifically identifies SQL statements that appear in both capture periods and reports on their relative resource consumption, allowing reviewers to see which shared workloads improved or worsened.

Dto check the performance improvement and degradation caused during the changeCorrect

A primary purpose of the Compare Period ADDM report is to surface findings about performance improvements and degradations caused by the change - such as an upgrade or configuration difference - making it directly suited for this upgrade validation scenario.

Eto review the hardware resources used during the two runsCorrect

The Compare Period ADDM report includes a side-by-side comparison of hardware resource utilization such as CPU, I/O throughput, and memory across the two replay periods, revealing whether the upgrade altered the resource profile.

Fto compare the performance change of top SQL statements for the two runs

Ranking the top SQL statements by resource usage within each individual period is a standard ADDM or AWR Top SQL function; Compare Period ADDM focuses on SQL common to both periods and overall differential findings rather than per-period top lists.

Concept tested: Oracle Compare Period ADDM report for upgrade workload replay

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/tgdba/comparing-database-performance-over-time.html

Topics

#Compare Period ADDM#workload replay#upgrade testing#performance comparison

Community Discussion

No community discussion yet for this question.

Full 1Z0-060 Practice