Skip Headers
Oracle® Database 2 Day + Performance Tuning Guide
11g Release 2 (11.2)

E10822-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

5 Monitoring Performance Alerts

Oracle Database includes a built-in alerts infrastructure to notify you of impending problems with the database. By default, Oracle Database enables the following alerts:

For information about alerts and how to manage them, see Oracle Database 2 Day DBA.

In addition to these default alerts, you can use performance alerts to detect any unusual changes in database performance.

This chapter contains the following sections:

Setting Metric Thresholds for Performance Alerts

A metric is the rate of change in a cumulative statistic. This rate can be measured against a variety of units, including time, transactions, or database calls. For example, the number of database calls per second is a metric. You can set thresholds on a metric so that an alert is generated when the threshold is passed.

Performance alerts are based on metrics that are performance-related. These alerts are either environment-dependent or application-dependent.

Environment-dependent performance alerts may not be relevant on all systems. For example, the AVERAGE_FILE_READ_TIME metric generates an alert when the average time to read a file exceeds the metric threshold. This alert may be useful on a system with only one disk. On a system with multiple disks, however, the alert may not be relevant because I/O processing is spread across the entire subsystem.

Application-dependent performance alerts are typically relevant on all systems. For example, the BLOCKED_USERS metric generates a performance alert when the number of users blocked by a particular session exceeds the metric threshold. This alert is relevant regardless of how the environment is configured.

To obtain the most relevant information from performance alerts, set the threshold values of performance metrics to values that represent desirable boundaries for your system. You can then fine-tune these values over time until your system meets or exceeds your performance goals.

To set thresholds for performance metrics: 

  1. On the Database Home page, under Related Links, click Metric and Policy Settings.

    The Metric and Policy Settings page appears, showing the Metric Thresholds subpage.

  2. For each performance metric relevant for your system, click the Edit icon.

    The Edit Advanced Settings page appears.

  3. Follow the steps of the wizard to set the threshold value.

See Also:

Responding to Alerts

When an alert is generated by Oracle Database, it appears under Alerts on the Database Home page.

Description of alerts.gif follows
Description of the illustration alerts.gif

Oracle Enterprise Manager (Enterprise Manager) enables you to configure alerts to be sent by e-mail, pager, or cellular phone text messaging.

To respond to an alert: 

  1. On the Database Home page, under Alerts, locate the alert that you want to investigate and click the Message link.

    A page that contains further information about the alert appears.

  2. Do one of the following:

    • Follow the recommendations.

    • Run Automatic Database Diagnostic Monitor (ADDM) or another advisor to get more detailed diagnostics of the system or object behavior.

See Also:

Clearing Alerts

Most alerts, such as the CPU Utilization alert, are cleared automatically when the cause of the problem disappears. However, other alerts, such as the Generic Alert Log Error or Generic Incident alert, must be acknowledged.

Description of gen_inc.gif follows
Description of the illustration gen_inc.gif

After taking the necessary corrective measures, you can acknowledge an alert by clearing or purging it. Clearing an alert sends the alert to the Alert History, which can be viewed from the Database Home page under Related Links. Purging an alert removes it from the Alert History.

To clear alerts

  1. On the Database Home page, under Diagnostic Summary, click the Alert Log link.

    The Alert Log Errors page appears.

    Description of alert_log.gif follows
    Description of the illustration alert_log.gif

  2. Do one of the following:

    • Select the alerts that you want to clear and click Clear.

    • To clear all open alerts, click Clear Every Open Alert.

  3. Do one of the following:

    • Select the alerts that you want to purge and click Purge.

    • To purge all alerts, click Purge Every Alert.

See Also: