Total number of Transactions applied

Description

This metric shows statistics about the total number of transactions applied by the apply process since the apply process last started.

Metric Summary

The rest of the information in this section is only valid for this metric when it appears in either the Enterprise Manager Grid Control or the Enterprise Manager Database Control (if applicable).

The following table shows how often the metric's value is collected.

Target Version

Collection Frequency

All Versions

Every 5 Minutes

Data Source

The TOTAL_APPLIED column in the following query shows this metric for an apply process:

SELECT APPLY_NAME, TOTAL_RECEIVED, TOTAL_ASSIGNED, TOTAL_APPLIED 
  FROM V$STREAMS_APPLY_COORDINATOR;

User Action

When an apply process is enabled, monitor this metric to ensure that the apply process is applying transactions.

Related Topics

About Alerts

About the Metric Detail Page

Editing Thresholds

Understanding Line Charts

Streams Apply Process Components