5 Database Instance

This chapter provides information about the Database Instance metrics.

For each metric, it provides the following information:

  • Description

  • Metric table

    The metric table can include some or all of the following: target version, default collection frequency, default warning threshold, default critical threshold, and alert text.

5.1 Alert Log

Note:

Oracle recommends using the DB Alert Log metrics instead of the Alert Log metrics.

For information about the DB Alert Log metrics, see Section 5.25, "DB Alert Log".

The metrics in this category are used to create alerts by parsing the database alert log, for example, data block corruption, terminated session, and so on. The Alert Log metrics raise an alert containing the Error text and, when relevant, a link to the trace file for each ORA error that is reported in the alert log that matches the warning or critical thresholds defined for each category of error returned by the metric as defined in Metrics and Policy Settings but does not match the Alert Log Filter Expression.

Note:

The Alert Log and Alert Log Error Status metrics only return ORA errors from the Alert log. If the error is not an ORA error it will not be recognized by this metric. If you need to alert for non-ORA errors in the Alert Log it is suggested that you create a UDM for these purposes. See My Oracle Support Note 735137.1 for details.

Alert Log Filter Expression

The Alert Log Filter Expression is used (at the discretion of the Cloud Control administrator responsible for that target) to prevent errors that can be ignored resulting in alerts being raised in Cloud Control. It is a Perl regular expression that is used to filter all rows returned by the Alert Log metric.

The filtering takes place during the retrieval of errors from the Alert log and therefore no errors that match the expression are considered by either the Alert Log metric or, by definition, the Alert Log Error Status metric. Only those errors that do not match the Alert Log Filter Expression are compared against the Alert Log metric thresholds or counted for the Alert Log Error Status metric.

You can configure the Alert Log Filter Expression from several locations in Cloud Control for each target. For example, to configure the Alert Log Filter Expression, do one of the following:

  • Click the link next to 'Alert Log' under 'Diagnostic Summary' from the DB Target home page and then click Generic Alert Log Error Monitoring Configuration under Related Links.

  • Use any of the Metrics and Policy Settings pages for configuring the thresholds for each category of each metric.

Note:

The Alert Log Filter Expression is set at target level. No matter which page you use to configure it, you are configuring the same expression.

5.1.1 Alert Log Error Trace File

This metric reports the name of the trace file (if any) associated with the logged error.

Target Version Collection Frequency
All versions Every 15 minutes

Data Source

The following command is the data source for this metric where $ORACLE_HOME refers to the home of the Oracle Management Agent:

$ORACLE_HOME/sysman/admin/scripts/alertlog.pl

User Action

No user action is required.

5.1.2 Alert Log Name

This metric reports the name of the alert log file.

Target Version Collection Frequency
All versions Every 15 minutes

Data Source

The following command is the data source for this metric where $ORACLE_HOME refers to the home of the Oracle Management Agent:

$ORACLE_HOME/sysman/admin/scripts/alertlog.pl

User Action

No user action is required.

5.1.3 Archiver Hung Alert Log Error

This metric signifies that the archiver of the database being monitored has been temporarily suspended since the last sample time.

If the database is running in ARCHIVELOG mode, an alert is displayed when archiving is hung (ORA-00257 and ORA-16038) messages are written to the ALERT file. The ALERT file is a special trace file containing a chronological log of messages and errors.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes Not Defined ORA- The archiver hung at time/line number: %timeLine%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time/Line Number object.

If warning or critical threshold values are currently set for any Time/Line Number object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time/Line Number object, use the Edit Thresholds page.

Data Source

The following command is the data source for this metric where $ORACLE_HOME refers to the home of the Oracle Management Agent:

$ORACLE_HOME/sysman/admin/scripts/alertlog.pl

User Action

Examine the ALERT log and archiver trace file for additional information. However, the most likely cause of this message is that the destination device is out of space to store the redo log file. Verify the device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving. Note: This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.1.4 Data Block Corruption Alert Log Error

This metric signifies that the database being monitored has generated a corrupted block error to the ALERT file since the last sample time. The ALERT file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when data block corrupted messages (ORA-01157, ORA-01578, and ORA-27048) are written to the ALERT file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes Not Defined ORA- A data block was corrupted at time/line number: %timeLine%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time/Line Number object.

If warning or critical threshold values are currently set for any Time/Line Number object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time/Line Number object, use the Edit Thresholds page.

Data Source

The following command is the data source for this metric where $ORACLE_HOME refers to the home of the Oracle Management Agent:

$ORACLE_HOME/sysman/admin/scripts/alertlog.pl

User Action

Examine the ALERT log for additional information. Note: This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.1.5 Generic Alert Log Error

This metric signifies that the database being monitored has generated errors to the ALERT log file since the last sample time. The ALERT log file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when Oracle Exception (ORA-006xx) messages are written to the ALERT log file. A warning is displayed when other ORA messages are written to the ALERT log file.

  • For all supported databases monitored by Enterprise Manager release 10.2.0.4 Management Agent:

    Alert Log Filter - up to 1024 characters

    Warning or Critical Threshold - up to 256 characters

  • For all supported databases monitored by Enterprise Manager release 10.2.0.5 Management Agent:

    Alert Log Filter - up to 4000 characters

    Warning or Critical Threshold - up to 4000 characters

Archiver hung (ORA-00257) and data block corrupted (ORA-01578) messages are sent out as separate metrics.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9] Not Defined ORA-error stack (%errCodes%) logged in %alertLogName%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time/Line Number object.

If warning or critical threshold values are currently set for any Time/Line Number object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time/Line Number object, use the Edit Thresholds page.

Data Source

The following command is the data source for this metric where $ORACLE_HOME refers to the home of the Oracle Management Agent:

$ORACLE_HOME/sysman/admin/scripts/alertlog.pl

User Action

Examine the ALERT log for additional information. Note: This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.1.6 Media Failure Alert Log Error

This metric represents the media failure alert log error. An alert event is triggered when messages ORA-01242 and ORA-01243 are written to the ALERT file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes Not Defined ORA- Media failure was detected at time/line number: %timeLine%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time/Line Number object.

If warning or critical threshold values are currently set for any Time/Line Number object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time/Line Number object, use the Edit Thresholds page.

Data Source

Not available.

User Action

No user action is required.

5.1.7 Session Terminated Alert Log Error

This metric signifies that a session terminated unexpectedly since the last sample time. The ALERT file is a special trace file containing a chronological log of messages and errors. An alert is displayed when session unexpectedly terminated (ORA-00603) messages are written to the ALERT file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes ORA- Not Defined A session was terminated at time/line number: %timeLine%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time/Line Number object.

If warning or critical threshold values are currently set for any Time/Line Number object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time/Line Number object, use the Edit Thresholds page.

Data Source

The source for this metric is $ORACLE_HOME/sysman/admin/scripts/alertlog.pl where $ORACLE_HOME refers to the home of the Oracle Management Agent.

User Action

Examine the ALERT log and the session trace file for additional information. Note: This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.2 Alert Log Error Status

Note:

Oracle recommends that you use DB Alert Log Error Status metrics instead of Alert Log Error Status metrics.

For information about the DB Alert Log Error Status metrics, see Section 5.26, "DB Alert Log Error Status".

The metrics in this category count the number of errors returned in each category by the Alert Log Error metric after the Alert Log Filter expression has been taken into account but without taking the thresholds of the Alert Log Error metric into account and raises an alert if the number is greater than that specified in the Warning or Critical thresholds for that category. Therefore, it is possible for no alert to be raised by the Alert Log Error metric but still for the Alert Log Error Status metric to fire (even if the thresholds defined for the Alert Log Error metric are not matched). For more information on the Alert Log Filter Expression, see Alert Log Filter Expression.

5.2.1 Archiver Hung Alert Log Error Status

This metric reflects the number of Archiver Hung alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes 0 Not Defined Archiver hung errors have been found in the alert log.

Data Source

The source of this metric is the Alert Log metric.

User Action

Examine the Alert Log.

5.2.2 Data Block Corruption Alert Log Error Status

This metric reflects the number of Data Block Corruption alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes 0 Not Defined Data block corruption errors have been found in the alert log.

Data Source

The source of this metric is the Alert Log metric.

User Action

Examine the Alert Log.

5.2.3 Generic Alert Log Error Status

This metric reflects the number of Generic alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes 0 Not Defined %value% distinct types of ORA- errors have been found in the alert log.

Data Source

The source of this metric is the Alert Log metric.

User Action

Examine the Alert Log.

5.2.4 Media Failure Alert Log Error Status

This metric represents the media failure alert log error status.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes 0 Not Defined Media failure errors have been found in the alert log.

Data Source

Not available.

User Action

No user action is required.

5.2.5 Session Terminated Alert Log Error Status

This metric reflects the number of Session Terminated alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 Minutes 0 Not Defined Session terminations have been found in the alert log.

Data Source

The source of this metric is the Alert Log metric.

User Action

Examine the Alert Log.

5.3 Archive Area

This metric category contains the metrics representing the utilization of the archive areas.

If the database is running in ARCHIVELOG mode, these metrics check for available redo log destinations. If the database is not running in ARCHIVELOG mode, these metrics fail to register. For each destination, this metric category returns the total, used, and free space.

5.3.1 Archive Area Used (%)

The Archive Full (%) metric returns the percentage of space used on the archive area destination. If the space used is more than the threshold value given in the threshold arguments, then a warning or critical alert is generated.

If the database is running in ARCHIVELOG mode, these metrics check the space in the available local redo log destinations. If the database is not running in ARCHIVELOG mode, these metrics are not applicable. For each local destination, this metric category returns the total, used, and free space.

Note:

For databases that are configured to archive to the Fast Recovery Area, the Archive Area metrics (Archive Area Used(%), Archive Area Used (KB), Free Archive Area (KB), and Total Archive Area (KB)) are not applicable. Instead, use the Recovery Area Free Space(%) metric to monitor Fast Recovery Area usage.
Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 15 Minutes 80 Not Defined %value%%% of archive area %archDir% is used.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Archive Area Destination object.

If warning or critical threshold values are currently set for any Archive Area Destination object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Archive Area Destination object, use the Edit Thresholds page.

Data Source

If no quota is set for archive area, the percentage is calculated using the UNIX df -k command.

If a quota is set, the following formula is used:

archive area used (%) = (total area used / total archive area) * 100

User Action

Verify the device specified in the initialization parameter LOG_ARCHIVE_DEST is set up properly for archiving.

There are two methods you can use to specify archive destinations. These destinations can be setup using Enterprise Manager. For each database target, you can drill-down to the database Availability tab, and access the Recovery Settings page.

  • The first method is to use the LOG_ARCHIVE_DEST_n parameter (where n is an integer from 1 to 10) to specify from one to ten different destinations for archival. Each numerically-suffixed parameter uniquely identifies an individual destination, for example, LOG_ARCHIVE_DEST_1, LOG_ARCHIVE_DEST_2, and so on.

  • The second method, which allows you to specify a maximum of two locations, is to use the LOG_ARCHIVE_DEST parameter to specify a primary archive destination and the LOG_ARCHIVE_DUPLEX_DEST parameter to determine an optional secondary location.

If the LOG_ARCHIVE_DEST initialization parameter is set up correctly and this metric triggers, then free up more space in the destination specified by the archive destination parameters.

5.3.2 Archive Area Used (KB)

This metric represents the total space used (in KB) on the device containing the archive destination directory.

Note:

For databases that are configured to archive to the Fast Recovery Area, the Archive Area metrics (Archive Area Used(%), Archive Area Used (KB), Free Archive Area (KB), and Total Archive Area (KB)) are not applicable. Instead, use the Recovery Area Free Space(%) metric to monitor Fast Recovery Area usage.
Target Version Collection Frequency
All Versions Every 15 Minutes

Data Source

If no quota is set for archive area, this is calculated through the UNIX df -k command.

total area used = quota_used * db_block_size (in KB)

User Action

Verify the device specified in the initialization parameter LOG_ARCHIVE_DEST is set up properly for archiving.

There are two methods you can use to specify archive destinations. These destinations can be setup using Enterprise Manager. For each database target, you can drill-down to the database Availability tab, and access the Recovery Settings page.

  • The first method is to use the LOG_ARCHIVE_DEST_n parameter (where n is an integer from 1 to 10) to specify from one to ten different destinations for archival. Each numerically-suffixed parameter uniquely identifies an individual destination, for example, LOG_ARCHIVE_DEST_1, LOG_ARCHIVE_DEST_2, and so on.

  • The second method, which allows you to specify a maximum of two locations, is to use the LOG_ARCHIVE_DEST parameter to specify a primary archive destination and the LOG_ARCHIVE_DUPLEX_DEST parameter to determine an optional secondary location.

If the LOG_ARCHIVE_DEST initialization parameter is set up correctly and this metric triggers, then free up more space in the destination specified by the archive destination parameters.

5.3.3 Free Archive Area (KB)

When running a database in ARCHIVELOG mode, the archiving of the online redo log is enabled. Filled groups of the online redo log are archived, by default, to the destination specified by the LOG_ARCHIVE_DEST initialization parameter. If this destination device becomes full, the database operation is temporarily suspended until disk space is available.

If the database is running in ARCHIVELOG mode, this metric checks for available redo log destination devices.

If the database is not running in ARCHIVELOG mode, this metric fails to register.

Note:

For databases that are configured to archive to the Fast Recovery Area, the Archive Area metrics (Archive Area Used(%), Archive Area Used (KB), Free Archive Area (KB), and Total Archive Area (KB)) are not applicable. Instead, use the Recovery Area Free Space(%) metric to monitor Fast Recovery Area usage.
Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 15 Minutes Not Defined Not Defined Archive area %archDir% has %value% free KB remaining.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Archive Area Destination object.

If warning or critical threshold values are currently set for any Archive Area Destination object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Archive Area Destination object, use the Edit Thresholds page.

Data Source

If the database is in NOARCHIVELOG mode, then nothing is collected.

If the database is in ARCHIVELOG mode, log_archive_destination from v$parameter is queried to obtain the current list of archivelog destinations. The results are obtained by directly checking the disk usage (df -kl).

User Action

Verify the device specified in the initialization parameter LOG_ARCHIVE_DEST is set up properly for archiving.

There are two methods you can use to specify archive destinations. These destinations can be setup using Enterprise Manager. For each database target, you can drill-down to the database Availability tab, and access the Recovery Settings page.

  • The first method is to use the LOG_ARCHIVE_DEST_n parameter (where n is an integer from 1 to 10) to specify from one to ten different destinations for archival. Each numerically-suffixed parameter uniquely identifies an individual destination, for example, LOG_ARCHIVE_DEST_1, LOG_ARCHIVE_DEST_2, and so on.

  • The second method, which allows you to specify a maximum of two locations, is to use the LOG_ARCHIVE_DEST parameter to specify a primary archive destination and the LOG_ARCHIVE_DUPLEX_DEST parameter to determine an optional secondary location.

If the LOG_ARCHIVE_DEST initialization parameter is set up correctly and this metric triggers, then free up more space in the destination specified by the archive destination parameters.

5.3.4 Total Archive Area (KB)

This metric represents the total space (in KB) on the device containing the archive destination directory.

Note:

For databases that are configured to archive to the Fast Recovery Area, the Archive Area metrics (Archive Area Used(%), Archive Area Used (KB), Free Archive Area (KB), and Total Archive Area (KB)) are not applicable. Instead, use the Recovery Area Free Space(%) metric to monitor Fast Recovery Area usage.
Target Version Collection Frequency
All Versions Every 15 Minutes

Data Source

If no quota is set for archive area, the data is calculated through the UNIX df -k command.

If a quota is set, the following formula is used:

total archive area = quota_size * db_block_size (in KB)

User Action

Oracle recommends that multiple archivelog destinations across different disks be configured. When at least one archivelog destination gets full, Oracle recommends the following:

  • If tape is being used, back up archive logs to tape and delete the archive logs.

  • If tape is not being used, back up the database and remove obsolete files. This also removes archive logs that are no longer needed based on the database retention policy.

  • If archivelog destination quota_size is being used, raise the quota_size.

5.4 Collect SQL Response Time

The metrics in the this category represent the SQL response time.

5.4.1 SQL Response Time (%)

This metric represents the SQL response time.

Target Version Collection Frequency
All Versions Every 5 Minutes

Data Source

Not available.

User Action

No user action is required.

5.5 Data Failure

Enterprise Manager uses the metrics in this category to alert you to checker failures reported in the alert log. It contains the number of checker failures detected. It also generates a critical alert by default when these problems are found in the alert log.

The alert log file provides this data. It is collected using the perl script $ORACLE_HOME/sysman/admin/scripts/alertlog.pl where $ORACLE_HOME refers to the home of the Management Agent.

5.5.1 Alert Log Name

This metric reports the name of the alert log file.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.5.2 Data Failure Detected

This metric signifies that a database health checker has detected one or more persistent data failures. Examples of data failures include missing files, corrupt files, inconsistent files, and corrupt blocks. The alert shows the number of data failures detected by a checker run. Details of individual data failures can be accessed from the Perform Recovery page in Enterprise Manager.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .Foot 1  Checker run found %numberOfFailures% new persistent data failures.

Footnote 1 After an alert is triggered for this metric, it must be manually cleared.

Setting Thresholds

To edit the thresholds for any of the following metrics, from the Cloud Control UI, right-click the target name, select Monitoring, then Metric and Collection Settings. The following settings provide examples of some of the possible settings:

  • Warning Threshold: Not Defined; Critical Threshold: .*

    In this case, the Management Agent generates a critical error alert in Enterprise Manager when a data failure occurs.

  • Warning Threshold: .*; Critical Threshold: Not Defined

    In this case, the Management Agent generates a warning alert in Enterprise Manager when a data failure occurs.

  • Warning Threshold: Not Defined; Critical Threshold: Not Defined

    In this case, the Management Agent does not generate an alert in Enterprise Manager when a data failure occurs.

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Details of individual data failures can be accessed from the Perform Recovery page in Enterprise Manager.

Note:

This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.6 Data Guard Status

The metrics in this category check the status, data not received, and data not applied for the databases in the Data Guard configuration.

5.6.1 Data Guard Status

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Use the Data Guard Status metric to check the status of each database in the Data Guard configuration.

By default, a critical and warning threshold value is set for this metric column. Alerts will be generated when threshold values are reached. You can edit the value for a threshold as required.

Table 5-1 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2, 11g, 12c

Every 5 Minutes

Warning

Error

The Data Guard status of %dg_name% is %value%.


User Action

  1. Check the Edit Properties General page for the primary and standby databases for detailed information.

  2. Examine the database alert logs and the Data Guard broker logs for additional information.

5.7 Data Guard - 9.2 Database

The metrics in this category check the status, data not received, and data not applied for the databases in the Data Guard configuration. The metrics run on the primary database and cover conditions for all databases in the Data Guard configuration, including the primary and all physical and logical standby databases. They are applicable to both broker and non-broker Data Guard configurations.

5.7.1 Data Not Applied (logs)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log that was successfully archived to the standby database. Redo data in all subsequent log files are counted as logs not applied. If the primary database goes down at this point, the redo data from these log files can be applied on the standby database. If there is a gap in the log files received on the standby database, any log files received after the gap cannot be applied.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database and log apply services is currently applying log 1, log apply services can continue to apply up to log 3. Log apply services cannot apply any more log files because log 4 is missing.

Even though log files 6, 7, and 9 are received, they cannot be applied and they will not be counted as data not applied.

If all the archived log files on the standby database are continuous, and standby redo logs are used, the standby redo logs are also counted as data not applied, unless real-time apply is turned on and log apply services is already working on the standby redo log files.

If the standby redo logs are multithreaded, the broker computes the highest applied SCN for every thread and totals the numbers. If there are multiple incarnations and the standby database is in a different incarnation from the primary database, each incarnation is computed separately and the results are then totaled.

Table 5-2 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

9iR2

Every 5 Minutes

1

3

Standby database %dg_name% has not applied the last %value% received logs.


5.7.2 Data Not Received (logs)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log file that was successfully archived to the standby database. Redo data in all subsequent log files, including the current online redo log file, are counted as log files for potential data loss and will be unrecoverable if the primary database goes down at this point.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database, and if log 10 is the current online log file, and if log apply services are currently applying log 1, the last continuous log after the highest applied SCN is log 3. All log files after log 3, that is log files 4 through 10, are counted as data not received. If the primary database goes down at this point, all redo data in log files 4 through 10 are lost on the standby database.

If the primary database is multithreaded (in a RAC database), the broker computes the highest applied SCN for every thread and totals the numbers. If the primary database has multiple incarnations (for example, due to a flashback operation) and the standby database is in a different incarnation from the primary database, the computation is done on each incarnation and the results are then totaled.

Table 5-3 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

9iR2

Every 5 Minutes

1

3

Standby database %dg_name% has not received the last %value% logs from the primary database.


5.7.3 Data Guard Status - 9.2 Database

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Use the Data Guard Status metric to check the status of each database in the Data Guard configuration.

By default, a critical and warning threshold value was set for this metric column. Alerts will be generated when threshold values are reached. You can edit the value for a threshold as required.

Table 5-4 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

9iR2

Every 5 Minutes

Warning

Error

The Data Guard status of %dg_name% is %value%.


5.8 Data Guard - 10.1 Database

The metrics in this category check the status, data not received, and data not applied for the databases in the Data Guard configuration. The metrics run on the primary database and cover conditions for all databases in the Data Guard configuration, including the primary and all physical and logical standby databases. It is applicable to both broker and non-broker Data Guard configurations.

For non-broker configurations, the metrics are limited to monitoring primary database redo transport destination errors (as reflected in the ERRORS column of v$archive_dest).

For broker configurations, the metrics are based on the Data Guard broker health check, which covers a much broader range of issues.

5.8.1 Data Guard Status - 10.1 Database

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Use the Data Guard Status metric to check the status of each database in the Data Guard configuration.

By default, a critical and warning threshold value is set for this metric column. Alerts will be generated when threshold values are reached. You can edit the value for a threshold as required.

Table 5-5 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR1

Every 5 Minutes

Warning

Error

The Data Guard status of %dg_name% is %value%.


Data Source

The source of the data is:

Non-broker: v$archive_dest on primary database

Broker: Data Guard broker on primary database

User Action

  1. Check the Edit Properties General page for the primary and standby databases for detailed information.

  2. Examine the database alert logs and the Data Guard broker logs for additional information.

5.8.2 Data Not Applied (logs)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log that was successfully archived to the standby database. Redo data in all subsequent log files are counted as logs not applied. If the primary database goes down at this point, the redo data from these log files can be applied on the standby database. If there is a gap in the log files received on the standby database, any log files received after the gap cannot be applied.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database and log apply services is currently applying log 1, log apply services can continue to apply up to log 3. Log apply services cannot apply any more log files because log 4 is missing. Even though log files 6, 7, and 9 are received, they cannot be applied and they will not be counted as data not applied.

If all the archived log files on the standby database are continuous, and standby redo logs are used, the standby redo logs are also counted as data not applied, unless real-time apply is turned on and log apply services is already working on the standby redo log files.

If the standby redo logs are multithreaded, the broker computes the highest applied SCN for every thread and totals the numbers. If there are multiple incarnations and the standby database is in a different incarnation from the primary database, each incarnation is computed separately and the results are then totaled.

Table 5-6 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR1

Every 5 Minutes

1

3

Standby database %dg_name% has not applied the last %value% received logs.


Data Source

The source of the data is:

Non-broker: v$archive_dest on primary database

Broker: Data Guard broker on primary database

5.8.3 Data Not Applied (MB)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log that was archived to the standby database. The size of redo data in all subsequent log files are counted as data not applied. If the primary database goes down at this point, redo from these log files can be applied on the standby database. If there is a gap in the log files received on the standby database, any log files received after the gap cannot be applied.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database and log apply services is currently applying log 1, log apply services can continue to apply up to log 3. Log apply services cannot apply any more log files because log 4 is missing. Even though log files 6, 7, and 9 are received, they cannot be applied and they will not be counted as data not applied. In this case, the total size of log files 1, 2, and 3 is the size of Data Not Applied.

If all the archived log files on the standby database are continuous, and standby redo log files are used, the standby redo log files are also counted as data not applied, unless real-time apply is turned on and log apply services is already working on the standby redo log files. The size of an archived log file is its file size. However, the size of a standby redo log is the size of the actual redo in the log and not the file size.

If the standby redo log files are multithreaded, the broker computes the highest applied SCN for every thread and totals the numbers. If there are multiple incarnations and the standby database is in a different incarnation from the primary database, each incarnation is computed separately and the results are then totaled.

Table 5-7 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR1

Every 5 Minutes

Not Defined

Not Defined

Standby database %dg_name% has not applied the last %value% megabytes of data received.


Data Source

The source of the data is:

Non-broker: v$archive_dest on primary database

Broker: Data Guard broker on primary database

5.8.4 Data Not Received (logs)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log file that was successfully archived to the standby database. Redo data in all subsequent log files, including the current online redo log file, are counted as log files for potential data loss and will be unrecoverable if the primary database goes down at this point.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database, and if log 10 is the current online log file, and if log apply services are currently applying log 1, the last continuous log after the highest applied SCN is log 3. All log files after log 3, that is log files 4 through 10, are counted as data not received. If the primary database goes down at this point, all redo data in log files 4 through 10 are lost on the standby database.

If the primary database is multithreaded (in a RAC database), the broker computes the highest applied SCN for every thread and totals the numbers. If the primary database has multiple incarnations (for example, due to a flashback operation) and the standby database is in a different incarnation from the primary database, the computation is done on each incarnation and the results are then totaled.

Table 5-8 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR1

Every 5 Minutes

1

3

Standby database %dg_name% has not received the last %value% logs from the primary database.


Data Source

The source of the data is:

Non-broker: v$archive_dest on primary database

Broker: Data Guard broker on primary database

5.8.5 Data Not Received (MB)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

The broker computes the highest applied SCN and uses its value to find the last continuous log file that was successfully archived to the standby database. The size of redo data in all subsequent log files, including the current online redo log file, are counted as data for potential data loss and will be unrecoverable if the primary database goes down at this point. The size of an archived log file is its file size, and the size of the online redo log file is the size of the actual redo in the online log file, not the file size of the online redo log file.

For example, if log files 1, 2, 3, 6, 7, and 9 are received on the standby database, and if log 10 is the current online log file, and if log apply services is currently applying log 1, the last continuous log after the highest applied SCN is log 3. All log files after log 3, that is log files 4 through 10, are counted as data not received and the total size of redo data in these log files is the size of Data Not Received.

If the primary database is multithreaded (in a RAC database), the broker computes the highest applied SCN for every thread and totals the numbers. If the primary database has multiple incarnations (for example, due to a flashback operation) and the standby database is in a different incarnation from the primary database, the computation is done on each incarnation and the results are then totaled.

Table 5-9 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR1

Every 5 Minutes

Not Defined

Not Defined

Standby database %dg_name% has not received the last %value% megabytes of data from the primary database.


Data Source

The source of the data is:

Non-broker: v$archive_dest on primary database

Broker: Data Guard broker on primary database

5.9 Data Guard Fast-Start Failover

The metrics in this category are database-level metrics. For cluster databases, these metrics are monitored at the cluster database target level and not by member instances.

5.9.1 Fast-Start Failover Occurred

This metric indicates the time that a fast-start failover occurred when the primary database became unavailable.

Table 5-10 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2

Every 5 Minutes

Not Defined

1

A fast-start failover occurred at %dg_fs_time%.


5.10 Data Guard Fast-Start Failover Observer

The metrics in this category monitor the state of the fast-start failover observer.

5.10.1 Observer Status

This metric generates a critical alert on the primary database if the fast-start failover (FSFO) configuration is in an unobserved condition, indicating that FSFO is not currently possible.

Table 5-11 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

11g, 12c

Every 1 Minute

Not Defined

Error

The Data Guard fast-start failover observer status is %value%.


User Action

If the Data Guard configuration was configured in Cloud Control to use the automatic Observer restart feature, the alert will clear after a new observer process is restarted. Otherwise, determine the cause of the unobserved condition, and restart the Observer process if necessary.

5.11 Data Guard Fast-Start Failover Observer - 10.2 Database

The metrics in this category monitor the state of the fast-start failover observer.

5.11.1 Observer Status - 10.2 Database

This metric generates a critical alert on the primary database if the fast-start failover (FSFO) configuration is in an unobserved condition, indicating that FSFO is not currently possible.

Table 5-12 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2

Every 5 Minutes

Not Defined

Error

The Data Guard fast-start failover observer status is %value%.


User Action

If the Data Guard configuration was configured in Cloud Control to use the automatic Observer restart feature, the alert will clear after a new observer process is restarted. Otherwise, determine the cause of the unobserved condition, and restart the Observer process if necessary.

5.12 Data Guard Performance

The metrics in this category report on Data Guard performance.

5.12.1 Apply Lag (seconds)

This metric displays (in seconds) how far the standby is behind the primary.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-13 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

11gR2, 12c

Every 5 Minutes

Not Defined

Not Defined

The standby database is approximately %value% seconds behind the primary database.


Data Source

The source of the data is the v$dataguard_stats('apply lag') view.

5.12.2 Estimated Failover Time (seconds)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

This metric shows the approximate number of seconds required to failover to this standby database. This accounts for the startup time, if necessary, plus the remaining time required to apply all the available redo on the standby. If a bounce is not required, it is only the remaining apply time.

Table 5-14 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

11gR2, 12c

Every 5 Minutes

Not Defined

Not Defined

The estimated time to failover is approximately %value% seconds.


Data Source

The data is derived from the following formula:

v$dataguard_stats ('estimated startup time','apply finish time','standby has been open')

5.12.3 Redo Apply Rate (KB/second)

This metric displays the Redo Apply Rate in KB/second on this standby.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-15 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

11gR2, 12c

Every 5 Minutes

Not Defined

Not Defined

The redo apply rate is %value% KB/sec.


5.12.4 Redo Generation Rate (KB/second)

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-16 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2,11g, 12c

Every 5 Minutes

Not Defined

Not Defined

The redo generation rate is %value% KB/sec.


5.12.5 Transport Lag (seconds)

The approximate number of seconds of redo not yet available on this standby database. This may be because the redo has not yet been shipped or there may be a gap.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Data Source

The data is derived from the following formula:

v$dataguard_stats('transport lag')

Table 5-17 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

11gR2, 12c

Every 5 Minutes

Not Defined

Not Defined

The standby database is approximately %value% seconds behind the primary database.


5.13 Data Guard Performance - 11.1 and Prior Database

The metrics in this category report on Data Guard performance.

5.13.1 Estimated Failover Time (seconds) - 11.1 and Prior Database

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

This metric shows the approximate number of seconds required to failover to this standby database. This accounts for the startup time, if necessary, plus the remaining time required to apply all the available redo on the standby. If a bounce is not required, it is only the remaining apply time.

Table 5-18 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2, 11gR1

Every 5 Minutes

Not Defined

Not Defined

The estimated time to failover is approximately %value% seconds.


5.13.2 Apply Lag (seconds) - 11.1 and Prior Database

This metric displays (in seconds) how far the standby is behind the primary.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-19 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2, 11gR1

Every 5 Minutes

Not Defined

Not Defined

The standby database is approximately %value% seconds behind the primary database.


5.13.3 Transport Lag (seconds) - 11.1 and Prior Database

The approximate number of seconds of redo not yet available on this standby database. This may be because the redo has not yet been shipped or there may be a gap.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-20 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2, 11gR1

Every 5 Minutes

Not Defined

Not Defined

There are approximately %value% seconds of redo not yet available on this standby database.


5.13.4 Redo Apply Rate (KB/second) - 11.1 and Prior Database

This metric displays the Redo Apply Rate in KB/second on this standby.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

Table 5-21 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10gR2, 11gR1

Every 5 Minutes

Not Defined

Not Defined

The redo apply rate is %value% KB/sec.


5.14 Database Files

The metrics in this category represent the average file read time and average file write time for the database files.

5.14.1 Average File Read Time (centi-seconds)

This metric represents the average file read time, measured in hundredths of a second.

Target Version Server Evaluation Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each File Name object.

If warning or critical threshold values are currently set for any File Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each File Name object, use the Edit Thresholds page.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.14.2 Average File Write Time (centi-seconds)

This metric represents the average file write time, measured in hundredths of a second.

Target Version Server Evaluation Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each File Name object.

If warning or critical threshold values are currently set for any File Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each File Name object, use the Edit Thresholds page.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.15 Database Job Status

The metrics in this category represent the health of database jobs registered through the DBMS_SCHEDULER interface.

5.15.1 Broken Job Count

The Oracle Server job queue is a database table that stores information about local jobs such as the PL/SQL call to execute for a job such as when to run a job. Database replication is also managed by using the Oracle job queue mechanism using jobs to push deferred transactions to remote master sites, to purge applied transactions from the deferred transaction queue or to refresh snapshot refresh groups.

A job can be broken in two ways:

  • Oracle failed to successfully execute the job after a specified number of attempts (defined in the job).

  • The job is explicitly marked as broken by using the procedure DBMS_ JOB.BROKEN.

This metric checks for broken DBMS jobs. A critical alert is generated if the number of broken jobs exceeds the value specified by the threshold argument.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 5 Minutes 0 Not Defined %value% job(s) are broken.

Data Source

The data is derived from the following formula:

SUM(broken)
  FROM (SELECT DECODE(broken, 'N', 0, 1) broken
         FROM dba_jobs
  UNION ALL
         SELECT DECODE(STATE, 'BROKEN', 1, 0) broken
          FROM dba_scheduler_jobs

User Action

From the Cloud Control console, check the Scheduler Job History page or query the ALL_SCHEDULER_JOB_RUN_DETAILS view for error information.

Correct the problem that is preventing the job from running. Force immediate re-execution of the job by calling DBMS_SCHEDULER.RUN.

5.15.2 Failed Job Count

The Oracle Server job queue is a database table that stores information about local jobs such as the PL/SQL call to execute for a job such as when to run a job. Database replication is also managed by using the Oracle job queue mechanism using jobs to push deferred transactions to remote master sites, to purge applied transactions from the deferred transaction queue or to refresh snapshot refresh groups.

If a job returns an error while Oracle is attempting to execute it, the job fails. Oracle repeatedly tries to execute the job doubling the interval of each attempt. If the job fails after a specified number of times (specified in the job definition), Oracle automatically marks the job as broken and no longer tries to execute it.

This metric checks for failed DBMS jobs. An alert is generated if the number of failed job exceeds the value specified by the threshold argument.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 5 Minutes 0 Not Defined %value% job(s) are broken.

Data Source

The data is derived from the following formula:

SELECT SUM(failed)
          FROM (SELECT DECODE(NVL(failures,0), 0, 0, 1) failed
                  FROM dba_jobs
        UNION ALL
                SELECT DECODE(STATUS ,'FAILED',DECODE(STATE,'BROKEN',0,'DISABLED',0,1),0) failed FROM (SELECT all_jobs.OWNER,
                               all_jobs.JOB_NAME,
                               all_runs.STATUS,
                               all_jobs.STATE
                         FROM (SELECT OWNER,
                                      JOB_NAME, MAX(ACTUAL_START_DATE) AS START_DATE
                                 FROM DBA_SCHEDULER_JOB_RUN_DETAILS
                             GROUP BY OWNER,JOB_NAME) last_run , DBA_SCHEDULER_JOB_RUN_DETAILS all_runs,
                             DBA_SCHEDULER_JOBS all_jobs
                        WHERE all_runs.OWNER(+)=all_jobs.OWNER
                          AND all_runs.JOB_NAME(+)=all_jobs.JOB_NAME
                          AND last_run.OWNER(+)=all_jobs.OWNER
                          AND last_run.JOB_NAME(+)=all_jobs.JOB_NAME
                          AND all_runs.ACTUAL_START_DATE=last_run.START_DATE))

User Action

From the Cloud Control console, check the Scheduler Job History page or query the ALL_SCHEDULER_JOB_RUN_DETAILS view for error information. Correct the problem that is preventing the job from running.

5.16 Database Limits

The metrics in this category represent the percentage of resource limitations at which the Oracle Server is operating.

5.16.1 Current Logons Count

This metric represents the current number of logons.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text

Data Source

The data is derived from the current logins.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.16.2 Current Open Cursors Count

This metric represents the current number of opened cursors.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 minutes Not Defines Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text

Data Source

The data is derived from the current open cursors.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.16.3 Lock Limit Usage (%)

The DML_LOCKS initialization parameter specifies the maximum number of DML locks. The purpose of DML locks is to guarantee the integrity of data being accessed concurrently by multiple users. DML locks prevent destructive interference of simultaneous conflicting DML and/or DDL operations.

This metric checks for the utilization of the lock resource against the values (percentage) specified by the threshold arguments. If the percentage of all active DML locks to the limit set in the DML_LOCKS initialization parameter exceeds the values specified in the threshold arguments, then a warning or critical alert is generated.

If DML_LOCKS is 0, this test fails to register. A value of 0 indicates that enqueues are disabled.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %target% has reached %value%%% of the lock limit.

Data Source

The data is derived from the following formula:

SELECT resource_name name, 
  100*DECODE(initial_allocation, ' UNLIMITED', 0, current_utilization / 
  initial_allocation) usage 
FROM v$resource_limit 
WHERE LTRIM(limit_value) 
  != '0' AND LTRIM(initial_allocation) != '0' AND resource_name = 'dml_locks'

User Action

Increase the DML_LOCKS instance parameter by 10%.

5.16.4 Process Limit Usage (%)

The PROCESSES initialization parameter specifies the maximum number of operating system user processes that can simultaneously connect to a database at the same time. This number also includes background processes utilized by the instance.

This metric checks for the utilization of the process resource against the values (percentage) specified by the threshold arguments. If the percentage of all current processes to the limit set in the PROCESSES initialization parameter exceeds the values specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %target% has reached %value%%% of the process limit.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g,11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Depending on your release, one of the following derives the data:

  • Oracle 9i Release 2 and earlier

    SELECT usage
       FROM (select RESOURCE_NAME name, 100*DECODE(initial_allocation,' UNLIMITED',0, current_utilization /
         initial_allocation) usage
        from v$resource_limit
        where LTRIM(limit_value) != '0' and LTRIM(initial_allocation) != '0'
         and resource_name in ('dml_locks', 'processes', 'sessions')
        union all
         select  'user'  name
           ,100* DECODE(sessions_max,0,0,sessions_current/sessions_max)  usage
         from v$license
         )
       order by name
    
  • Oracle 10g and later

    The fifth column provides process usage. You can get this information from the inst_perf.xmlp file located in the plug-in installation directory (plugins/oracle.sysman.db.agent.plugin_version/metadata).

       SELECT /*+ ORDERED */
           TO_CHAR( FROM_TZ( CAST(m.end_time AS TIMESTAMP), 
                  TO_CHAR(systimestamp, 'tzr') ) 
           AT TIME ZONE sessiontimezone,
           'YYYY-MM-DD HH24:MI:SS'),
           SUM(CASE WHEN a.internal_metric_name = 'logons'
               THEN m.value ELSE 0 END) logons,
           SUM(CASE WHEN a.internal_metric_name = 'opencursors'
               THEN m.value ELSE 0 END) opencursors,
           SUM(CASE WHEN a.internal_metric_name = 'user_limit'
               THEN m.value ELSE 0 END) user_limit,
           SUM(CASE WHEN a.internal_metric_name = 'process_usage'
               THEN m.value ELSE 0 END) process_usage,
           SUM(CASE WHEN a.internal_metric_name = 'session_usage'
               THEN m.value ELSE 0 END) session_usage
          FROM v$alert_types a, v$threshold_types t, v$sysmetric m
         WHERE a.internal_metric_category = 'Database_Resource_Usage'
           AND a.reason_id = t.alert_reason_id
           AND t.metrics_id = m.metric_id
           AND m.group_id = 2
           AND :1 != 'BASIC'
           AND m.end_time <= SYSDATE
          GROUP BY m.end_time
          ORDER BY m.end_time ASC
    
    

User Action

Verify that the current PROCESSES instance parameter setting has not exceeded the operating system-dependent maximum. Increase the number of processes to be at least 6 + the maximum number of concurrent users expected to log in to the instance.

5.16.5 Session Limit Usage (%)

The SESSIONS initialization parameter specifies the maximum number of concurrent connections that the database will allow.

This metric checks for the utilization of the session resource against the values (percentage) specified by the threshold arguments. If the percentage of the number of sessions, including background processes, to the limit set in the SESSIONS initialization parameter exceeds the values specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %target% has reached %value%%% of the session limit.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

SELECT resource_name name, 
  100*DECODE(initial_allocation, ' UNLIMITED', 0, current_utilization) != '0' 
  AND resource_name = 'sessions' 

User Action

Increase the SESSIONS instance parameter. For XA environments, confirm that SESSIONS is at least 2.73 * PROCESSES. For shared server environments, confirm that SESSIONS is at least 1.1 * maximum number of connections.

5.16.6 User Limit Usage (%)

The LICENSE_MAX_SESSIONS initialization parameter specifies the maximum number of concurrent user sessions allowed simultaneously.

This metric checks whether the number of users logged on is reaching the license limit. If the percentage of the number of concurrent user sessions to the limit set in the LICENSE_MAX_SESSIONS initialization parameter exceeds the values specified in the threshold arguments, then a warning or critical alert is generated. If LICENSE_MAX_SESSIONS is not explicitly set to a value, the test does not trigger.

Note: This metric is most useful when session licensing is enabled. Refer to the Oracle Server Reference Manual for more information on LICENSE_MAX_SESSIONS and LICENSE_MAX_USERS.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %target% has reached %value%%% of the user limit.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text

Data Source

The data is derived from the following formula:

SELECT 'user' name, 
  100*DECODE(session_max, 0, 0, sessions_current/session_max) usage 
  FROM v$license 

User Action

This typically indicates that the license limit for the database has been reached. You must acquire additional licenses, then increase LICENSE_MAX_ SESSIONS to reflect the new value.

5.17 Database Replay

The metrics in this category show the current status (on/off) of database workload capture and replay.

5.17.1 Workload Capture Status

This metric shows if the database workload capture is in progress.

This metric is available for Oracle Database 11g Release 2 and Oracle Database 12c.

Data Source

The source of the data is the server-generated alert triggered by the target database when a capture is started.

User Action

No user action is required.

5.17.2 Workload Replay Status

This metric shows if database workload replay is in progress.

This metric is available for Oracle Database 11g Release 2 and Oracle Database 12c.

Data Source

The source of the data is the server-generated alert triggered by the target database when a replay is started.

User Action

No user action is required.

5.18 Database Replay Client

The metrics in this category show the resource usage of the replay clients during database workload replay.

5.18.1 Average I/O Latency (milliseconds)

This metric reflects the average response time for a single I/O for a database replay client.

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

Target Version Collection Frequency
11gR2, 12c null

Data Source

The source of the data is the server-generated alert triggered by the target database when an alarming condition is detected in a replay client.

User Action

Run the calibrate utility of the replay client and restart a replay with the suggested number of replay clients, distributed between machines with the necessary capacity.

5.18.2 Replay Threads (%) Performing I/O

This metric represents the number of replay client connections performing I/O operation concurrently.

The rest of the information in this section is only valid for this metric when it appears in either the Enterprise Manager Cloud 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
11gR2, 12c null

Data Source

The source of the data is the server-generated alert triggered by the target database when an alarming condition is detected in a replay client.

User Action

Run the calibrate utility of the replay client and restart a replay with the suggested number of replay clients, distributed between machines with the necessary capacity.

5.18.3 Replay Threads (%) Using CPU

This metric represents the number of replay client connections using the CPU concurrently.

Target Version Collection Frequency
11gR2, 12c null

Data Source

The source of the data is the server-generated alert triggered by the target database when an alarming condition is detected in a replay client.

User Action

Run the calibrate utility of the replay client and restart a replay with the suggested number of replay clients, distributed between machines with the necessary capacity.

5.19 Database Services

The metrics in this category include the service CPU time and service response time.

5.19.1 Service CPU Time (per user call) (microseconds)

This metric represents the average CPU time, in microseconds, for calls to a particular database service.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute 10 minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Service Name object.

If warning or critical threshold values are currently set for any Service Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Service Name object, use the Edit Thresholds page.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.19.2 Service Response Time (per user call) (microseconds)

This metric represents the average elapsed time, in microseconds, for calls to a particular database service.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute 10 minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Service Name object.

If warning or critical threshold values are currently set for any Service Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Service Name object, use the Edit Thresholds page.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.20 Database Vault Attempted Violations - Command Rules

The metrics in this category monitor violation attempts against the Database Vault database.

5.20.1 Database Vault Attempted Violations Count - Command Rules

This metric is used to enable Database Vault Security Analyst to keep a watch on the violation attempts against the Database Vault database. Database Vault Security Analysts can pick the command rules that they would like to get alerted on and even further filter them based on the different types of attempts by mentioning different thresholds to match SQL commands causing the violations.

This metric is not enabled out of the box. You must enable it from Metrics and Policy Settings page. By default, this metric is collected every 1 hour, but you can change the collection frequency.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every Hour Not Defined Not Defined %ACTION_OBJECT_NAME% got violated at %VIOLATIONTIMESTAMP%

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Database Vault Command Rule and Violation Time objects.

If warning or critical threshold values are currently set for any unique combination of Database Vault Command Rule and Violation Time objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Database Vault Command Rule and Violation Time objects, use the Edit Thresholds page.

Data Source

The attempted violations are picked up from the target's database vault audit trail. Only audit entries related to a command rule, which represent failed attempts to execute a SQL, are selected. Specified thresholds should match the SQL command causing command rule violation.

User Action

To know more about the violations, for example, the command that was violated, which database user triggered the violation, what action triggered this violation, and at what time this violation happened, login to the target's Database Vault Home Page and use the Attempted Violations charts.

5.21 Database Vault Attempted Violations - Realms

The metrics in this category monitor the violation attempts against the Database Vault database.

5.21.1 Database Vault Attempted Violations - Realms

This metric is used to enable Database Vault Security Analyst to keep a watch on the violation attempts against the Database Vault database. Database Vault Security Analysts can pick the realms that they would like to get alerted on and even further filter them based on the different types of attempts by mentioning different thresholds to match SQL commands causing the violations.

This metric is not enabled out of the box. You must enable it from Metrics and Policy Settings page. By default, this metric is collected every 1 hour, but you can specify the collection frequency.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every Hour Not Defined Not Defined %ACTION_OBJECT_NAME% got violated at %VIOLATIONTIMESTAMP%

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Database Vault Realm and Violation Time objects.

If warning or critical threshold values are currently set for any unique combination of Database Vault Realm and Violation Time objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Database Vault Realm and Violation Time objects, use the Edit Thresholds page.

Data Source

The attempted violations are picked up from the target's Database Vault audit trail. Only audit entries related to realms, which represent failed attempts to execute a SQL, are selected. Specified thresholds should match the SQL command causing command rule violation.

User Action

To know more about the violations, for example, the realm that was violated, which database user triggered the violation, what action triggered this violation, and at what time this violation happened, login to the target's Database Vault Home Page and use the Attempted Violations charts.

5.22 Database Vault Configuration Issues - Command Rules

The metrics in this category track users' actions and raise alerts when there is a misconfiguration on a command rule that requires administrator attention.

5.22.1 DV (Command Rule) - Configuration Issue Count

After the Database Vault policies are defined and configured to protect the database, further user actions over the course of time can disturb these configurations. This metric tracks the users' actions and raises an alert when there is a misconfiguration on a Command Rule that needs administrator attention. This metric is enabled out of the box. By default this metric is collected every 1 hour, but you can change the collection frequency.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every Hour Not Defined 0 %ACTION_OBJECT_NAME% has configuration issues.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Database Vault Command Rule object.

If warning or critical threshold values are currently set for any Database Vault Command Rule object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Database Vault Command Rule object, use the Edit Thresholds page.

Data Source

The configuration issues are picked from scanning the realm and command rule definitions.

User Action

To know the cause of the command rule misconfiguration, navigate to the target's Database Vault Home page, launch Database Vault Administrator, and view the Database Vault Configuration Issues Reports. These alerts are automatically cleared when the configuration issue is resolved.

5.23 Database Vault Configuration Issues - Realms

The metrics in this category track users' actions and raise alerts when there is a misconfiguration on a realm that requires administrator attention.

5.23.1 Database Vault Configuration Issues Count - Realms

After the Database Vault policies are defined and configured to protect the database, further user actions over the course of time can disturb these configurations. This metric tracks the users' actions and raises an alert when there is a misconfiguration on a Realm that needs administrator attention. This metric is enabled out of the box. By default this metric is collected every 1 hour, but you can change the collection frequency.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every Hour Not Defined 0 %ACTION_OBJECT_NAME% has configuration issues.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Database Vault Realm object.

If warning or critical threshold values are currently set for any Database Vault Realm object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Database Vault Realm object, use the Edit Thresholds page. See Editing Thresholds for information on accessing the Edit Thresholds page.

Data Source

The configuration issues are picked from scanning the realm and ruleset definitions.

User Action

To know the cause of the realm misconfiguration, navigate to the target's Database Vault Home page, launch Database Vault Administrator, and view the Database Vault Configuration Issues Reports. These alerts are automatically cleared when the configuration issue is resolved.

5.24 Database Vault Policy Changes

The metrics in this category track the Database Vault policies.

5.24.1 Database Vault Policy Changes Count

After the Database Vault policies are defined, further changes to it is tracked by this metric. On any changes to the Database Vault policies, this metric will raise an alert. This metric is enabled out of the box. By default this metric is collected every 1 hour, but you can change the collection frequency.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every Hour Not Defined 0 %POLICY_CATEGORY_NAMES% has Policy changes

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of DV Policy Change Category and DV Policy Change Time objects.

If warning or critical threshold values are currently set for any unique combination of DV Policy Change Category and DV Policy Change Time objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of DV Policy Change Category and DV Policy Change Time objects, use the Edit Thresholds page. See Editing Thresholds for information on accessing the Edit Thresholds page

Data Source

The policy changes are picked up from scanning the records in the Database Audit Trail related to Database Vault Schemas.

User Action

To know more about the policy changes, for example which object was changed, which database user changed the policy, what was the user action, and at what time this policy was changed, login to the target's Database Vault Home Page and view the Policy Changes Report.

5.25 DB Alert Log

The metrics in this category are used to create alerts by parsing the database alert log, for example, data block corruption, terminated session, and so on. The DB alert log metrics raise an alert containing the error text and, when relevant, a link to the trace file for each ORA error that is reported in the alert log that matches the warning or critical thresholds defined for each category of error returned by the metric as defined in the Metrics and Policy Settings but does not match the Alert Log Filter Expression.

Note:

If there is more than one ORA-error with the same error code or combination of error codes in one collection, only one error is uploaded. Duplicates are eliminated. De-duplication of recurring events for the same issue into a single event across collections is done alone for this metric.

Alert Log Filter Expression

The Alert Log Filter Expression is used (at the discretion of the Cloud Control administrator responsible for that target) to prevent errors that can be ignored resulting in alerts being raised in Cloud Control. It is a Perl regular expression that is used to filter all rows returned by the Alert Log metric

The filtering takes place during the retrieval of errors from the Alert log and therefore no errors that match the expression are considered by either the Alert Log metric or, by definition, the Alert Log Error Status metric. Only those errors that do not match the Alert Log Filter Expression are compared against the Alert Log metric thresholds or counted for the Alert Log Error Status metric.

You can configure the Alert Log Filter Expression from several locations in Cloud Control for each target. To configure the Alert Log Filter Expression, do either of the following:

  • Click the link next to Alert Log under Diagnostic Summary from the DB Target home page and then click Generic Alert Log Error Monitoring Configuration under Related Links.

  • Use any of the Metrics and Policy Settings pages for configuring the thresholds for each category of each metric.

5.25.1 Archiver Hung Alert Log Error

This metric signifies that the archiver of the database being monitored has been temporarily suspended since the last sample time.

If the database is running in ARCHIVELOG mode, an alert is displayed when archiving is hung (ORA-00257 and ORA-16038) messages are written to the ALERT file. The ALERT file is a special trace file containing a chronological log of messages and errors.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes Not Defined ORA- The archiver hung at time/line number: %timeLine%.

Data Source

The source of the data is $ORACLE_HOME/sysman/admin/scripts/alertlog.pl where $ORACLE_HOME refers to the home of the Oracle Management Agent.

User Action

Examine the ALERT log and archiver trace file for additional information. However, the most likely cause of this message is that the destination device is out of space to store the redo log file. Verify the device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving.

Note:

This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.25.2 Data Block Corruption Alert Log Error

This metric signifies that the database being monitored has generated a corrupted block error to the ALERT file since the last sample time. The ALERT file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when data block corrupted messages (ORA-01157, ORA-01578, and ORA-27048) are written to the ALERT file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes Not Defined ORA- A data block was corrupted at time/line number: %timeLine%.

Data Source

The source of the data is $ORACLE_HOME/sysman/admin/scripts/alertlog.pl where $ORACLE_HOME refers to the home of the Oracle Management Agent.

User Action

Examine the ALERT log for additional information.

Note:

This event does not automatically clear because there is no automatic way of determining when the problem has been resolved. Therefore, you must manually clear the event after the problem is fixed.

5.25.3 Generic Alert Log Error

This metric signifies that the database being monitored has generated errors to the ALERT log file since the last sample time. The ALERT log file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when Oracle Exception (ORA-006xx) messages are written to the ALERT log file. A warning is displayed when other ORA messages are written to the ALERT log file.

  • For all supported databases monitored by Enterprise Manager release 10.2.0.4 Management Agent:

    Alert Log Filter - up to 1024 characters

    Warning or Critical Threshold - up to 256 characters

  • For all supported databases monitored by Enterprise Manager release 10.2.0.5 Management Agent:

    Alert Log Filter - up to 4000 characters

    Warning or Critical Threshold - up to 4000 characters

Archiver hung (ORA-00257) and data block corrupted (ORA-01578) messages are sent out as separate metrics.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9] Not Defined ORA-error stack (%errCodes%) logged in %alertLogName%.

5.25.4 Media Failure Alert Log Error

This metric indicates that the database being monitored has generated a media failure error to the ALERT file since the last sample time.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes Not Defined ORA- Media failure was detected at time/line number: %timeLine%.

5.25.5 Session Terminated Alert Log Error

This metric indicates that the database being monitored has generated a session terminated message to the ALERT file since the last sample time.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes ORA- Not Defined A session was terminated at time/line number: %timeLine%.

5.26 DB Alert Log Error Status

The metrics in this category count the number of errors returned in each category by the DB Alert Log Error metric after the Alert Log Filter expression has been taken into account but without taking the thresholds of the DB Alert Log Error metric into account and raises an alert if the number is greater than that specified in the Warning or Critical thresholds for that category. Therefore, it is possible for no alert to be raised by the metrics in the DB Alert Log Error category but still for the DB Alert Log Error Status metric to fire (even if the thresholds defined for the DB Alert Log Error metric are not matched).

5.26.1 Archiver Hung Alert Log Error Status

This metric reflects the number of Archiver Hung alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes 0 Not Defined %value% distinct types of ORA- errors have been found in the alert log.

5.26.2 Data Block Corruption Alert Log Error Status

This metric reflects the number of Data Block Corruption alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes 0 Not Defined Data block corruption errors have been found in the alert log.

5.26.3 Generic Alert Log Error Status

This metric reflects the number of Generic alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes 0 Not Defined %value% distinct types of ORA- errors have been found in the alert log.

5.26.4 Media Failure Alert Log Error Status

This metric represents the media failure alert log error status.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes 0 Not Defined Media failure errors have been found in the alert log.

5.26.5 Session Terminated Alert Log Error Status

This metric reflects the number of Session Terminated alert log errors witnessed the last time Enterprise Manager scanned the Alert Log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All versions Every 15 minutes 0 Not Defined Session terminations have been found in the alert log.

5.27 DB Managed by Single Instance

The metrics in this category collect the configuration information for an Oracle Database for Single Instance High Availability (HA) registration.

5.27.1 CRS Home Directory

This metric reports on the Oracle Home directory if a Single Instance HA is installed on the machine.

5.27.2 DB Managed by Single Instance HA

This metric indicates whether the database is managed by Single Instance HA. If the Oracle Database is not managed by Single Instance HA, indicates if a Single Instance HA is available for Oracle Database registration.

5.28 Deferred Transactions

The metrics in this category are associated with this distributed database's deferred transactions.

5.28.1 Deferred Transaction Count

Oracle uses deferred transactions to propagate data-level changes asynchronously among master sites in an advanced replication system as well as from an updatable snapshot to its master table.

This metric checks for the number of deferred transactions. An alert is generated if the number of deferred transactions exceeds the value specified by the threshold argument.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 5 Minutes 100 Not Defined Number of deferred transactions is %value%.

Data Source

The source of the data is the following formula:

SELECT count(*) FROM sys.deftran 

User Action

When the advanced replication facility pushes a deferred transaction to a remote site, it uses a distributed transaction to ensure that the transaction has been properly committed at the remote site before the transaction is removed for the queue at the local site. If transactions are not being pushed to a given remote site, verify that the destination for the transaction was correctly specified. If you specify a destination database when calling DBMS_DEFER_SYS.SCHEDULE_EXECUTION using the DBLINK parameter or DBMS_DEFER_SYS.EXECUTE using the DESTINATION parameter, make sure the full database link is provided.

Wrong view destinations can lead to erroneous deferred transaction behavior. Verify the DEFCALLEST and DEFTRANDEST views are the definitions from the CATREPC.SQL not the ones from CATDEFER.SQL.

5.28.2 Deferred Transaction Error Count

Oracle uses deferred transactions to propagate data-level changes asynchronously among master sites in an advanced replication system as well as from an updatable snapshot to its master table. If a transaction is not successfully propagated to the remote site, Oracle rolls back the transaction, logs the transaction in the SYS.DEFERROR view in the remote destination database.

This metric checks for the number of transactions in SYS.DEFERROR view and raises an alert if it exceeds the value specified by the threshold argument.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 5 Minutes 0 Not Defined Number of deferred transactions with errors is %value%.

Data Source

The source of the data is the following formula:

SELECT count(*) FROM sys.deferror 

User Action

An error in applying a deferred transaction may be the result of a database problem, such as a lack of available space in the table is to be updated or may be the result of an unresolved insert, update or delete conflict. The SYS.DEFERROR view provides the ID of the transaction that could not be applied. Use this ID to locate the queued calls associated with the transaction. These calls are stored in the SYS.DEFCALL view. You can use the procedures in the DBMS_DEFER_QUERY package to determine the arguments to the procedures listed in the SYS.DEFCALL view.

5.29 Dump Area

The metrics in this category check for the percentage of used space of the dump destination devices.

5.29.1 Dump Area Directory

This metric reports the directory represented by this metric index's dump destination.

Each server and background process can write to an associated trace file to log messages and errors.

Background processes and the ALERT file are written to the destination specified by BACKGROUND_DUMP_DEST. Trace files for server processes are written to the destination specified by USER_ DUMP_DEST.

Target Version Collection Frequency
All Versions Every 30 Minutes

Data Source

The source of the data is the v$parameter view.

User Action

Verify the device specified in the initialization parameters BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST are set up properly for archiving.

If the BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST initialization parameters are set up correctly and this metric triggers, then free up more space in the destination specified by the dump destination parameters.

5.29.2 Dump Area Used (%)

This metric returns the percentage of used space of the dump area destinations.

If the space used is more than the threshold value given in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
Not Available Every 30 Minutes 95 Not Defined %value%%% of %dumpType% dump area is used.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Type of Dump Area object.

If warning or critical threshold values are currently set for any Type of Dump Area object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Type of Dump Area object, use the Edit Thresholds page.

Data Source

Calculated using the UNIX df -k command.

  • Critical threshold: Percentage of free space threshold for critical alert.

  • Warning threshold: Percentage of free space threshold for warning alert.

User Action

Verify the device specified in the initialization parameters BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST are set up properly for archiving.

If the BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST initialization parameters are set up correctly and this metric triggers, then free up more space in the destination specified by the dump destination parameters.

5.29.3 Dump Area Used (KB)

This metric represents the total space used (in KB) on the device containing the dump destination directory.

Target Version Collection Frequency
All Versions Every 30 Minutes

Data Source

The the data is calculated using the UNIX df -k command.

User Action

Verify the device specified in the initialization parameters BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST are set up properly for archiving.

If the BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST initialization parameters are set up correctly and this metric triggers, then free up more space in the destination specified by the dump destination parameters.

5.29.4 Free Dump Area (KB)

Each server and background process can write to an associated trace file in order to log messages and errors. Background processes and the ALERT file are written to the destination specified by BACKGROUND_DUMP_DEST.

Trace files for server processes are written to the destination specified by USER_DUMP_DEST.

This metric checks for available free space on these dump destination devices. If the space available is less than the threshold value given in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 30 Minutes Not Defined Not Defined %value% free KB remains in %dumpType% dump area.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Type of Dump Area object.

If warning or critical threshold values are currently set for any Type of Dump Area object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Type of Dump Area object, use the Edit Thresholds page.

Data Source

The data is calculated using the UNIX df -k command.

User Action

Verify the device specified in the initialization parameters BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST are set up properly for archiving.

If the BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST initialization parameters are set up correctly and this metric triggers, then free up more space in the destination specified by the dump destination parameters.

5.29.5 Total Dump Area (KB)

This metric represents the total space (in KB) available on the device containing the dump destination directory.

Target Version Collection Frequency
All Versions Every 30 Minutes

Data Source

The data is calculated using the UNIX df -k command.

User Action

Verify the device specified in the initialization parameters BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST are set up properly for archiving.

If the BACKGROUND_DUMP_DEST, USER_DUMP_DEST, and CORE_DUMP_DEST initialization parameters are set up correctly and this metric triggers, then free up more space in the destination specified by the dump destination parameters.

5.30 Efficiency

This metric category contains the metrics that have traditionally been considered to represent the efficiency of some resource. Interpreting the wait interface is generally accepted as a much more accurate approach to measuring efficiency, and is recommended as an alternative to these hit ratios.

5.30.1 Buffer Cache Hit (%)

This metric represents the data block buffer cache efficiency, as measured by the percentage of times the data block requested by the query is in memory.

Effective use of the buffer cache can greatly reduce the I/O load on the database. If the buffer cache is too small, frequently accessed data will be flushed from the buffer cache too quickly which forces the information to be re-fetched from disk. Because disk access is much slower than memory access, application performance will suffer. In addition, the extra burden imposed on the I/O subsystem could introduce a bottleneck at one or more devices that would further degrade performance.

This test checks the percentage of buffer requests that were already in buffer cache. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Buffer cache hit ratio is %value%%%.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the ((DeltaLogicalGets - (DeltaPhysicalReads - DeltaPhysicalReadsDirect)) / DeltaLogicalGets) * 100 formula where:

  • DeltaLogicalGets: difference in 'select value from v$sysstat where name='session logical reads'' between sample end and start

  • DeltaPhysicalReads: difference in 'select value from v$sysstat where name='physical reads'' between sample end and start

  • DeltaPhysicalReadsDirect: difference in 'select value from v$sysstat where name='physical reads direct'' between sample end and start (Oracle8i)

User Action

A low buffer cache hit ratio means that the server must often go to disk to retrieve the buffers required to satisfy a query. The queries that perform the most physical reads lower the numerical value of this statistic. Typically queries that perform full table scans force large amounts of buffers into the cache, aging out other buffers that may be required by other queries later. The Top Sessions page sorted by Physical Reads will show the sessions performing the most reads and through further drilldown their associated queries can be identified. Similarly, the Top SQL page sorted by Physical Reads shows which SQL statements are performing the most physical reads. The statements performing the most I/O should be looked at for tuning.

The difference between the two is that the Top Sessions chart shows the sessions that are responsible for the physical reads at any given moment. The Top SQL view shows all SQL that is still in the cache. The top statement may not be executing currently, and thus not responsible for the current poor buffer cache hit ratio.

If the queries seem to be well tuned, the size of the buffer cache also determines how often buffers must be fetched from disk. The DB_BLOCK_BUFFERS initialization parameter determines the number of database buffers available in the buffer cache. It is one of the primary parameters that contribute to the total memory requirements of the SGA on the instance. The DB_BLOCK_BUFFERS parameter, together with the DB_BLOCK_SIZE parameter, controls the total size of the buffer cache. Because DB_BLOCK_SIZE can only be specified when the database is first created, normally the size of the buffer cache size is controlled using the DB_BLOCK_BUFFERS parameter.

Consider increasing the DB_BLOCK_BUFFERS initialization parameter to increase the size of the buffer cache. This increase allows the Oracle Server to keep more information in memory, thus reducing the number of I/O operations required to do an equivalent amount of work using the current cache size.

5.30.2 CPU Usage (per second)

This metric represents the CPU usage per second by the database processes, measured in hundredths of a second. A change in the metric value may occur because of a change in either workload mix or workload throughput being performed by the database. Although there is no correct value for this metric, it can be used to detect a change in the operation of a system. For example, an increase in Database CPU usage from 500 to 750 indicates that the database is using 50% more CPU. (No correct value means that there is no single value that can be applied to any database. The value is a characteristic of the system and the applications running on the system.)

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. ADDM can help to identify database operations that are consuming CPU. ADDM reports are available from a number of locations including the Database Home page and Advisor Central.

5.30.3 CPU Usage (per transaction)

This metric represents the average CPU usage per transaction expressed as a number of seconds of CPU time. A change in this metric can occur either because of changing workload on the system, such as the addition of a new module, or because of a change in the way that the workload is performed in the database, such as changes in the plan for a SQL statement. The threshold for this metric should be set based on the actual values observed on your system.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. ADDM will provide information about which operations are using the CPU resources.

5.30.4 Cursor Cache Hit (%)

This metric represents the percentage of soft parses satisfied within the session cursor cache.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

session cursor cache hits / (parse count (total) - parse count (hard))

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.5 Data Dictionary Hit (%)

This metric represents dictionary cache efficiency as measured by the percentage of requests against the dictionary data that were already in memory. It is important to determine whether the misses on the data dictionary are actually affecting the performance of the Oracle Server. The shared pool is an area in the SGA that contains the library cache of shared SQL requests, the dictionary cache, and the other cache structures that are specific to a particular instance configuration.

Misses on the data dictionary cache are to be expected in some cases. Upon instance startup, the data dictionary cache contains no data, so any SQL statement issued is likely to result in cache misses. As more data is read into the cache, the likelihood of cache misses should decrease. Eventually the database should reach a steady state in which the most frequently used dictionary data is in the cache. At this point, very few cache misses should occur. To tune the cache, examine its activity only after your application has been running.

This test checks the percentage of requests against the data dictionary that were found in the Shared Pool. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i, Every 10 Minutes Not Defined Not Defined Data dictionary hit ratio is %value%%%.

Target Version Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is (1 - Misses/Gets) * 100 where:

  • Misses: select sum(getmisses) from v$rowcache

  • Gets: select sum(gets) from v$rowcache

User Action

If the percentage of gets is below 90% to 85%, consider increasing SHARED_POOL_SIZE to decrease the frequency in which dictionary data is being flushed from the shared pool to make room for new data. To increase the memory available to the cache, increase the value of the initialization parameter SHARED_POOL_SIZE.

5.30.6 Database CPU Time (%)

This metric represents the percentage of database call time that is spent on the CPU. Although there is no correct value for this metric, it can be used to detect a change in the operation of a system, for example, a drop in Database CPU time from 50% to 25%. (No correct value means that there is no single value that can be applied to any database. The value is a characteristic of the system and the applications running on the system.)

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

Investigate if the change is CPU usage by using Automatic Database Diagnostic Monitor (ADDM). ADDM reports are available from a number of locations including the Database Home page and Advisor Central. Examine the report for increased time spent in wait events.

5.30.7 Library Cache Hit (%)

This metric represents the library cache efficiency, as measured by the percentage of times the fully parsed or compiled representation of PL/SQL blocks and SQL statements are already in memory.

The shared pool is an area in the SGA that contains the library cache of shared SQL requests, the dictionary cache and the other cache structures that are specific to a particular instance configuration.

The shared pool mechanism can greatly reduce system resource consumption in at least three ways: Parse time is avoided if the SQL statement is already in the shared pool.

Application memory overhead is reduced, because all applications use the same pool of shared SQL statements and dictionary resources.

I/O resources are saved, because dictionary elements that are in the shared pool do not require access.

If the shared pool is too small, users will consume additional resources to complete a database operation. For library cache access, the overhead is primarily the additional CPU resources required to re-parse the SQL statement.

This test checks the percentage of parse requests where cursor already in cache If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Library cache hit ratio is %value%%%.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the (DeltaPinHits / DeltaPins) * 100 formula where:

  • DeltaPinHits: difference in 'select sum(pinhits) from v$librarycache' between sample end and start

  • DeltaPins: difference in 'select sum(pins) from v$librarycache' between sample end and start

User Action

The Top Sessions page sorted by Hard Parses lists the sessions incurring the most hard parses. Hard parses occur when the server parses a query and cannot find an exact match for the query in the library cache. You can avoid hard parses by sharing SQL statements efficiently. The use of bind variables instead of literals in queries is one method to increase sharing.

By showing you which sessions are incurring the most hard parses, this page can identify the application or programs that are the best candidates for SQL rewrites.

Also, examine SQL statements that can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The SHARED_POOL_SIZE initialization parameter controls the total size of the shared pool. Consider increasing the SHARED_POOL_SIZE to decrease the frequency in which SQL requests are being flushed from the shared pool to make room for new requests.

To take advantage of the additional memory available for shared SQL areas, you may also need to increase the number of cursors permitted per session. You can increase this limit by increasing the value of the initialization parameter OPEN_CURSORS.

5.30.8 Library Cache Miss (%)

This metric represents the percentage of parse requests where the cursor is not in the cache.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:
1 - pinhits / pins 

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.9 Parallel Execution Downgraded (per second)

This metric represents the number of times per second parallel execution was requested and the degree of parallelism was reduced because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

(parallel operations downgraded 1 to 25 percent 
+ parallel operations downgraded 25 to 50 percent 
+ parallel operations downgraded 50 to 75 percent 
+ parallel operations downgraded 75 to 99 percent) 
/ time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.10 Parallel Execution Downgraded 25% or more (per second)

Number of times per second parallel execution was requested and the degree of parallelism was reduced to 25% and more because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

(parallel operations downgraded 25 to 50 percent 
+ parallel operations downgraded 50 to 75 percent 
+ parallel operations downgraded 75 to 99 percent) 
/ time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.11 Parallel Execution Downgraded 50% or more (per second)

This metric reports the number of times per second parallel execution was requested and the degree of parallelism was reduced to 50% and more because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

(parallel operations downgraded 50 to 75 percent 
+ parallel operations downgraded 75 to 99 percent) 
/ time 

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.12 Parallel Execution Downgraded 75% or more (per second)

This metric reports the number of times per second parallel execution was requested and the degree of parallelism was reduced to 75% or more because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

(parallel operations downgraded 75 to 99 percent) / time 

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.13 Parallel Execution Downgraded to Serial (per second)

This metric reports the number of times per second parallel execution was requested but execution was serial because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

parallel operations downgraded to serial / time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.14 Parallel Execution Downgraded to Serial (per transaction)

This metric reports the number of times per transaction parallel execution was requested but execution was serial because of insufficient parallel execution servers.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 minutes Not Defined Not Defined Not Defined

Data Source

The source of the data is the following formula:

parallel operations downgraded to serial / transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.15 PGA Cache Hit (%)

This metric represents the total number of bytes processed in the PGA versus the total number of bytes processed plus extra bytes read/written in extra passes.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.16 Redo Log Allocation Hit (%)

Redo log entries contain a record of changes that have been made to the database block buffers. The log writer (LGWR) process writes redo log entries from the log buffer to a redo log file. The log buffer should be sized so that space is available in the log buffer for new entries, even when access to the redo log is heavy. When the log buffer is undersized, user process will be delayed as they wait for the LGWR to free space in the redo log buffer.

The redo log buffer efficiency, as measured by the hit ratio, records the percentage of times users did not have to wait for the log writer to free space in the redo log buffer.

This metric monitors the redo log buffer hit ratio (percentage of success) against the values specified by the threshold arguments. If the number of occurrences is smaller than the values specified, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i, Every 10 Minutes Not Defined Not Defined Redo log allocation hit ratio is %value%%%.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

100 * (redo_entries_delta - redo_space_requests_delta) 
/redo_entries_delta 
where: 
  • redo_enties_delta = difference between "SELECT value FROM v$sysstat WHERE name = 'redo entries'" at the beginning and ending of the interval

  • redo_space_requests_delta = difference between "SELECT value FROM v$sysstat WHERE name = 'redo log space requests'" at the beginning and ending of the interval

User Action

The LOG_BUFFER initialization parameter determines the amount of memory that is used when buffering redo entries to the redo log file.

Consider increasing the LOG_BUFFER initialization parameter in order to increase the size of the redo log buffer. Redo log entries contain a record of the changes that have been made to the database block buffers. The log writer process (LGWR) writes redo log entries from the log buffer to a redo log. The redo log buffer should be sized so space is available in the log buffer for new entries, even when access to the redo log is heavy.

Note: For Oracle Management Agent release 9i, this metric has been obsoleted. It is recommended that you use the Redo NoWait Ratio metric. This metric is kept for backward compatibility with older versions of the Management Agent.

5.30.17 Response Time (per transaction)

This metric represents the time spent in database operations per transaction. It is derived from the total time that user calls spend in the database (DB time) and the number of commits and rollbacks performed. A change in this value indicates that either the workload has changed or that the database�s ability to process the workload has changed because of either resource constraints or contention.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page. Changes in the response time per transaction will appear as increased time spent in the database, either on CPU or in wait events and ADDM will report the sources of contention for both hardware and software resources.

5.30.18 Row Cache Miss Ratio (%)

This metric represents the percentage of row cache miss ratio.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every10 Minutes Not Defined Not Defined Management Agent generates alert message.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.30.19 Sorts in Memory (%)

This metric represents the sort efficiency as measured by the percentage of times sorts were performed in memory as opposed to going to disk.

For best performance, most sorts should occur in memory because sorts to disks are less efficient. If the sort area is too small, extra sort runs will be required during the sort operation. This increases CPU and I/O resource consumption.

This test checks the percentage of sorts performed in memory rather than to disk. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined %value%%% of sorts are performed in memory.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is (DeltaMemorySorts / (DeltaDiskSorts + DeltaMemorySorts)) * 100 where:

  • DeltaMemorySorts: difference in 'select value from v$sysstat where name='sorts (memory)'' between sample end and start

  • DeltaDiskSorts: difference in 'select value from v$sysstat where name='sorts (disk)'' between sample end and start

User Action

The sessions that are performing the most sorts should be identified such that the SQL they are executing can be further identified. The sort area sizes for the database may be sized correctly, and the application SQL may be performing unwanted or excessive sorts. The sessions performing the most sorts are available through the Top Sessions page sorted by Disk Sorts.

Further drilldown into the session performing the most disk sorts with the Current SQL page shows you the SQL statement responsible for the disk sorts.

The Top SQL page sorted by Sorts provides a mechanism to quickly display the SQL statements in the cache, presented in sorted order by their number sort operations. This is an alternative to viewing a sort of current sessions. It allows you to view sort activity via SQL statements and contains cumulative statistics for all executions of that statement.

If excessive sorts are taking place on disk and the queries are correct, consider increasing the SORT_AREA_SIZE initialization parameter to increase the size of the sort area. A larger sort area allows the Oracle Server to maintain sorts in memory, reducing the number of I/O operations required to do an equivalent amount of work using the current sort area size.

5.31 Exadata Module Version Failure

This metric category provides information about the amount of times an Exadata module version error occurs.

5.31.1 Error Count

This metric displays the number of times that the error occurred.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 24 Hours 0 Not Defined %errorCode% occurrences of %errorCount%.

5.32 Failed Logins

The metrics in this category check for the number of failed logins on the target database. This check is performed every interval specified by the collection frequency and returns the number of failed logins for the last 30 minutes. These metrics will only work for databases where the audit_trail initialization parameter is set to DB or XML and the session is being audited.

5.32.1 Failed Login Count

This metric checks for the number of failed logins on the target database. This check is performed every interval specified by the collection frequency and returns the number of failed logins for the last 30 minutes. This metric will only work for databases where the audit_trail initialization parameter is set to DB or XML and the session is being audited.

If the failed login count crosses the values specified in the threshold arguments, then a warning or critical alert is generated. Because it is important to know every time a significant number of failed logins occurs on a system, on every collection, this metric determines the number of failed login attempts in the last 30 minutes and overrides the current alert instead of a new alert. You can manually clear these alerts.They will not automatically cleared after the next collection.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 30 Minutes 150 300 There have been %value% failed login attempts in the last %failed_login_interval_min% minutes.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Time object.

If warning or critical threshold values are currently set for any Time object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Time object, use the Edit Thresholds page.

Data Source

The database stores login information in different views, based on the audit_trail setting. The database views used are:

  • DB or DB_EXTENDED: DBA_AUDIT_SESSION

  • XML (10g Release 2 only): DBA_COMMON_AUDIT_TRAIL

User Action

No user action is required.

5.33 Fast Recovery

The Fast Recovery metrics relate to the fast recovery area.

5.33.1 Fast Recovery Area

Formerly referred to as flash recovery area, the metrics in this category return an optional disk location that you can use to store recovery-related files such as control file and online redo log copies, archived redo log files, flashback logs, and RMAN backups.

Oracle Database and RMAN manage the files in the fast recovery area automatically. You can specify the disk quota, which is the maximum size of the fast recovery area.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT value 
  FROM v$parameter 
  WHERE name='db_recovery_file_dest';

User Action

No user action is required.

5.33.2 Fast Recovery Area Size

This metric returns the Fast Recovery Area Size.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT value 
  INTO 1_fast_recovery_size
  FROM v$parameter 
  WHERE name='db_recovery_file_dest_size';

User Action

No user action is required.

5.33.3 Flashback On

This metric returns whether or not flashback logging is enabled - YES, NO, or RESTORE POINT ONLY. For the RESTORE POINT ONLY option, flashback is ON but you can only flashback to guaranteed restore points.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT flashback_on 
  FROM v$database;

User Action

No user action is required.

5.33.4 Log Mode

This metric returns the log mode of the database - ARCHIVELOG or NOARCHIVELOG.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT log_mode 
  FROM v$database;

User Action

No user action is required.

5.33.5 Non-Reclaimable Fast Recovery Area (%)

This metric represents the percentage of space non-reclaimable (spaced used minus space reclaimable) in the fast recovery area.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

Non-reclaimable = space used - space reclaimable

Space Used:
  SELECT SUM(PERCENT_SPACE_USED 
     FROM v$fast_recovery_area_usage;

Space Reclaimable:
  SELECT SUM(PERCENT_SPACE_RECLAIMABLE) 
     FROM v$fast_recovery_area_usage;

User Action

No user action is required.

5.33.6 Oldest Flashback Time

This metric returns the oldest point-in-time to which you can flashback your database.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT to_char(oldest_flashback_time, 'YYYY-MM-DD HH24:MI:SS') 
  FROM v$flashback_database_log;

User Action

No user action is required.

5.33.7 Reclaimable Fast Recovery Area (%)

This metric represents the percentage of space reclaimable in the fast recovery area.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

Space Reclaimable:
  SELECT SUM(PERCENT_SPACE_RECLAIMABLE) 
     FROM v$fast_recovery_area_usage;

User Action

No user action is required.

5.33.8 Usable Fast Recovery Area (%)

This metric represents the percentage of space usable in the fast recovery area. The space usable is composed of the space that is free in addition to the space that is reclaimable.

Target Version Collection Frequency
10g, 11g Every 15 Minutes

Data Source

The source of the data is the following formula:

SELECT (CASE WHEN PERCENT_USED > 100 THEN 0 ELSE (100-PERCENT_USED) END) 
PERCENT_FREE
   FROM (SELECT (SUM(PERCENT_SPACE_USED)-SUM(PERCENT_SPACE_RECLAIMABLE)) 
PERCENT_USED
   FROM V$FAST_RECOVERY_AREA_USAGE);

User Action

No user action is required.

5.34 Global Cache Statistics

The metrics in this category are associated with global cache statistics.

5.34.1 Global Cache Average Convert Time (centi-seconds)

This metric represents the average convert time, measured in hundredths of a second.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 5 Minutes 0.3 0.6 Global cache converts time is %value% cs.

Data Source

The source of the data is the following formula:

global cache convert time * 10 / global cache converts

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.34.2 Global Cache Average CR Block Request Time (centi-seconds)

This metric represents the average time, measured in hundredths of a second, that CR block was received.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes 0.5 1 Global cache CR Block request time is %value% cs.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 5 Minutes 1 2 The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

global cache CR block receive time * 10 / global cache current blocks received

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.34.3 Global Cache Average Current Block Request Time (centi-seconds)

This metric represents the average time, measured in hundredths of a second, to get a current block.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes 0.5 1 Global cache Current Block request time is %value% cs.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 5 Minutes 1 2 The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

global cache current block send time * 10 / global cache current blocks served

User Action

The required actions are specific to your site.

5.34.4 Global Cache Average Get Time (centi-seconds)

This metric represents the average get time, measured in hundredths of a second.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes 0.3 0.6 Global cache gets time is %value% cs.

Data Source

The source of the data is the following formula:

global cache get time * 10 / global cache gets

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.34.5 Global Cache Blocks Corrupt

This metric represents the number of blocks that encountered a corruption or checksum failure during interconnect over the user-defined observation period.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes 0 0 Total global cache blocks corrupt is %value%.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 5 Minutes 0 0 The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is the following formula:

global cache blocks corrupted

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.34.6 Global Cache Blocks Lost

This metric represents the number of global cache blocks lost over the user-defined observation period.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9.0.1.x, 9.2.0.x Every 5 Minutes 1 3 Total global cache block lost is %value%.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 5 Minutes 1 3 The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The source of the data is global cache blocks lost.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.35 Incident

This metric category contains the metrics representing incidents, such as generic internal error, or access violation, as recorded in the database alert log file. Incidents refer to problems for which Automatic Diagnostic Repository (ADR) incidents are created. These type of problems usually require investigation, diagnostic data to be collected, and possibly interaction with Oracle Support for resolution. The alert log file has a chronological log of messages and errors.

Each metric signifies that the database being monitored has detected a critical error condition about the database and has generated an incident to the alert log file since the last sample time. The Support Workbench in Enterprise Manager contains more information about each generated incident.

Note:

For more information about Incident metrics and Operational Error metrics, log in to My Oracle Support and search for the following Oracle Support note:

Database Alert log monitoring in 12c explained (Doc ID 1538482.1)

https://support.oracle.com/

5.35.1 Setting Thresholds for Incident Metrics

To edit the thresholds for any of the following metrics, from the Cloud Control UI, right-click the target name, select Monitoring, then Metric and Collection Settings. The following settings provide examples of some of the possible settings:

  • Warning Threshold: Not Defined; Critical Threshold: .*

    In this case, the Management Agent generates a critical error alert in Enterprise Manager when the incident occurs.

  • Warning Threshold: .*; Critical Threshold: Not Defined

    In this case, the Management Agent generates a warning alert in Enterprise Manager when the incident occurs.

  • Warning Threshold: Not Defined; Critical Threshold: Not Defined

    In this case, the Management Agent does not generate an alert in Enterprise Manager when the incident occurs.

5.35.2 Access Violation

This metric signifies that the database has generated an incident due to some memory access violation. This type of incident is typically related to Oracle Exception messages such as ORA-3113 and ORA-7445. The database can also generate this type of incident when it detects a SIGSEGV or SIGBUS signals.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* An access violation detected in %alertLogName% at time/line number: %tmeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.3 Alert Log Error Trace File

This metric reports the name of the trace file (if any) associated with the logged incident.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.35.4 Alert Log Name

This metric reports the name of the alert log file.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.35.5 Cluster Error

This metric signifies that the database has generated an incident due to a member evicted from the group by a member of the cluster database. This type of incident is typically related to Oracle Exception message ORA-29740.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A cluster error detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.6 Deadlock

This metric signifies that the database has generated an incident due to a deadlock detected while trying to lock a library object. This type of incident is typically related to Oracle Exception message ORA-4020.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A deadlock detected in $alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.7 File Access Error

This metric signifies that the database has generated an incident due to failure to read a file at the time.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A file access error detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.8 Generic Incident

This metric signifies that the database has generated an incident due to some database error.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Incident (%adr_problemKey%) detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.9 Generic Internal Error

This metric signifies that the database has generated an incident due to an internal database error. This type of incident is typically related to Oracle Exception message ORA-600 or ORA-0060*.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Internal error (%adr_problemKey%) detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.10 Impact

This metric reports the impact of an incident. For a Generic Internal Error incident, the impact describes how the incident may affect the database.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.35.11 Incident ID

This metric reports a number identifying an incident. The Support Workbench in Enterprise Manager uses this ID to specify an incident.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.35.12 Inconsistent DB State

This metric signifies that the database has generated an incident due to an inconsistent database state such an invalid ROWID. This type of incident is typically related to Oracle Exception message ORA-1410.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g,12c Every 5 Minutes Not Defined .* An inconsistent DB state detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.13 Internal SQL Error

This metric signifies that the database has generated an incident due to an internal SQL error. This type of incident is typically related to Oracle Exception message ORA-604.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* An internal SQL error detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.14 Oracle Data Block Corruption

This metric signifies that the database has generated an incident due to an ORACLE data block corruption. This type of incident is typically related to Oracle Exception message ORA-1578.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* An Oracle data block corruption detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.15 Out of Memory

This metric signifies that the database has generated an incident due to failure to allocate memory. This type of incident is typically related to Oracle Exception message ORA-4030 or ORA-4031.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Out of memory detected in %alertLogName% at tme/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.16 Redo Log Corruption

This metric signifies that the database has generated an incident due to an error with the redo log. This type of incident is typically related to Oracle Exception message ORA-353, ORA-355, or ORA-356.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A redo log corruption detected in %alertLogName% at time/line number: %timeLome%/

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.35.17 Session Terminated

This metric signifies that the database has generated an incident due to an unexpected session termination. This type of incident is typically related to Oracle Exception message ORA-603.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A session termination detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of incident as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the incident.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.36 Interconnect

The metrics in this category collect the information about network interfaces used by cluster database instances as internode communication.

5.36.1 Interface Type

Cluster database instances should use private interconnects for internode communication. This metric monitors whether the network interface used by the cluster instance is a private one. If the network interface is known to be public, a critical alert is generated. If the network interface type is unknown, a warning alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every 12 Hours Unknown Public The instance is using interface '%if_name%' of type '%value%'.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Interface Name object.

If warning or critical threshold values are currently set for any Interface Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Interface Name object, use the Edit Thresholds page.

Data Source

The data is derived from the following views:

V$CLUSTER_INTERCONNECTS

V$CONFIGURED_INTERCONNECTS

User Action

Use oifcfg in the CRS home to correctly configure the private interfaces in OCR.

5.37 Interconnect Traffic

The metrics in this category monitor the internode data transfer rate of cluster database instances.

5.37.1 Transfer Rate (MB/s)

This metric collects the internode communication traffic of a cluster database instance. This is an estimation using the following formula:

(gc cr blocks received/sec + gc current blocks received/sec + gc cr blocks served/sec + gc current blocks served/sec) * db_block_size 
+
( messages sent directly/sec + messages send indirectly/sec + messages received/sec ) * 200 bytes

The critical and warning thresholds of this metric are not set by default. Users can set them according to the speed of their cluster interconnects.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every 5 Minutes Not Defined Not Defined Not Defined

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Instance Name object.

If warning or critical threshold values are currently set for any Instance Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Instance Name object, use the Edit Thresholds page.

Data Source

The data is derived from the following views:

V$SYSSTAT

V$DLM_MISC

V$PARAMETER

User Action

No user action is required.

5.38 Invalid Objects

The metrics in this category represent the metrics associated with invalid objects.

5.38.1 Total Invalid Object Count

This metric represents the total invalid object count.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours Not Defined Not Defined %value% object(s) are invalid in the database.

Data Source

The data is derived from the SYS.OBJ$ and SYS.USER$ tables.

User Action

The required actions are specific to your site.

5.39 Invalid Objects by Schema

The metrics in this category represent the number of invalid objects in each schema.

5.39.1 Owner's Invalid Object Count

This metric represents the invalid object count by owner.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours Not Defined Not Defined %value% object(s) are invalid in the %owner% schema.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Invalid Object Owner object.

If warning or critical threshold values are currently set for any Invalid Object Owner object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Invalid Object Owner object, use the Edit Thresholds page.

Data Source

The data is derived from the SYS.OBJ$ and SYS.USER$ tables.

User Action

View the status of the database objects in the schema identified by the Invalid Object Owner metric. Recompile objects as necessary.

5.40 Messages Per Buffered Queue

The metrics in this category monitor the age and state of the first (top of the queue) message for each buffered queue in the database except for the system queues. Queues that are in the schema of SYS, SYSTEM, DBSNMP, and SYSMAN are defined as system level queues.

5.40.1 Average Age of Messages Per Buffered Queue (Seconds)

This metric provides the average age (in seconds) of the messages in the buffered queue for all nonsystem queues in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Average age of messages in %schema%.%queue_name% queue is %value% seconds.

5.40.2 First Message Age in Buffered Queue Per Queue (Seconds)

This metric gives the age (in seconds) of the first message in the buffered queue for all non-system queues in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Age of first message in %schema%.%queue_name% buffered queue is %value% seconds.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Schema Name and Queue Name objects.

If warning or critical threshold values are currently set for any unique combination of Schema Name and Queue Name objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Schema Name and Queue Name objects, use the Edit Thresholds page.

Data Source

This metric is calculated by finding the age of the first message in all the subscribers of the queue and then the oldest amongst all is taken.

The following views and tables are used for the calculation:

  1. <SCHEMA>.AQ$<QUEUE_TABLE>

  2. v$buffered_queues

User Action

When using buffered queues for storing and propagating messages, monitor this metric to get the age of first message in the queue.

5.40.3 Messages processed per buffered queue (%)

This metric gives the messages processed percentage per minute per buffered queue in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed for queue %schema%.%queue_name% is %value% percent.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Schema Name and Queue Name objects.

If warning or critical threshold values are currently set for any unique combination of Schema Name and Queue Name objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Schema Name and Queue Name objects, use the Edit Thresholds page.

Data Source

This is calculated as the percent of total number of messages processed per minute and total number of messages received per minute in the last collection interval per buffered queue.

User Action

When using queues for storing/propagating messages, monitor this metric to get the messages processed percent (or throughput) per minute in the last collection interval for the queue.

5.40.4 Messages Processed Per Buffered Queue (%) Per Minute

This metric gives the messages processed percentage per minute in the last interval per buffered queue in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed per minute in the last interval for queue %schema%.%queue_name% is %value% .

5.40.5 Spilled Messages

This metric displays the current number of overflow messages spilled to disk from the buffered queue.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Current number of overflow messages spilled to disk from the buffered queue %schema%.%queue_name% is %value%

5.40.6 Total Messages Processed per Buffered Queue per Minute

This metric gives the total number of messages processed per minute per buffered queue in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages processed per minute in the last interval for queue %schema%.%queue_name% is %value% .

5.40.7 Total Messages Received per Buffered Queue per Minute

This metric gives the total number of messages received or enqueued into the buffered queue per minute in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages received per minute in the last interval for queue %schema%.%queue_name% is %value% .

5.41 Message Per Buffered Queue Per Subscriber

This metric category monitors the messages for buffered queues per subscriber in the database.

5.41.1 Average Age of Messages Per Buffered Queue Per Subscriber (Seconds)

This metric display's the average age of messages in the buffered queue per queue in seconds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Average age of messages for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% seconds.

5.41.2 First Message Age in Buffered Queue per Subscriber (Seconds)

This metric displays the age of the first message in the buffered queue per queue per subscriber in seconds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Age of first message for subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% seconds.

5.41.3 Messages Processed Per Buffered Queue Per Subscriber (%)

This metric gives the messages processed percentage for the buffered queue per subscriber. Messages processed percent is calculated as the percent of the total number messages processed or dequeued to the total number of messages received or enqueued.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% percent.

5.41.4 Messages Processed Per Buffered Queue (%) Per Subscriber Per Minute

This metric gives the total number of messages processed per minute per buffered queue subscriber in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value%

5.41.5 Total Messages Processed Per Buffered Queue Per Subscriber Per Minute

This metric gives the total number of messages processed per minute per buffered queue subscriber in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages processed per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% .

5.41.6 Total Messages Received Per Buffered Queue Per Subscriber Per Minute

This metric gives the total number of messages received or enqueued into the queue per subscriber per minute in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages received per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% .

5.42 Messages Per Persistent Queue

The metrics in this category monitor the age and state of the first (top of the queue) message for each persistent queue in the database except for the system queues. Queues that are in the schema of SYS, SYSTEM, DBSNMP, and SYSMAN are defined as system level queues.

5.42.1 Age of the First Message in Persistent Queue Per Queue

This metric gives the age (in seconds) of the first message in the persistent queue for all non-system queues in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Age of first message in %schema%.%queue_name% queue is %value% seconds.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Schema Name and Queue Name objects.

If warning or critical threshold values are currently set for any unique combination of Schema Name and Queue Name objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Schema Name and Queue Name objects, use the Edit Thresholds page.

Data Source

This metric is calculated by finding the age of the first message in all the subscribers of the queue and then the oldest amongst all is taken.

The following views/tables are used for the calculation:

  1. <SCHEMA>.AQ$_<QUEUE_TABLE>_S

  2. <SCHEMA>.AQ$_<QUEUE_TABLE>_I

  3. <SCHEMA>.AQ$<QUEUE_TABLE>

User Action

When using persistent queues for storing and propagating messages, monitor this metric to get the age of first message in the queue.

5.42.2 Average Age of Messages Per Persistent Queue (Seconds)

This metric displays the average age of messages in the persistent queue per queue in seconds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Average age of messages in %schema%.%queue_name% queue is %value% seconds.

5.42.3 Messages Processed Per Persistent Queue (%)

This metric gives the messages processed percentage for the persistent queue. Messages processed percent is calculated as the percent of the total number messages processed or dequeued to the total number of messages received or enqueued.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed for queue %schema%.%queue_name% is %value% percent.

5.42.4 Messages Processed Per Persistent Queue (%) Per Minute

This metric gives the messages processed percentage per minute per persistent queue in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed per minute in the last interval for queue %schema%.%queue_name% is %value%

5.42.5 Total Messages Processed per Persistent Queue per Minute

This metric gives the total number of messages processed per minute per persistent queue in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages processed per minute in the last interval for queue %schema%.%queue_name% is %value% .

5.42.6 Total Messages Received per Persistent Queue per Minute

This metric gives the total number of messages received or enqueued into the queue per minute in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages received per minute in the last interval for queue %schema%.%queue_name% is %value% .

5.43 Messages Per Persistent Queue Per Subscriber

The metrics in this category monitor the age and state of the first (top of the queue) message for each persistent queue per queue subscriber in the database except for the system queues. Queues that are in the schema of SYS, SYSTEM, DBSNMP, and SYSMAN are defined as system level queues.

5.43.1 Average Age of Messages Per Persistent Queue Per Subscriber (Seconds)

This metric display's the average age of messages in the persistent queue per queue in seconds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Average age of messages for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% seconds.

5.43.2 Age of the First Message in Persistent Queue Per Subscriber

This metric gives the age (in seconds) of the first message in the persistent queue per subscriber for all non-system queues in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Age of first message for subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% seconds.

5.43.3 Messages Processed Per Persistent Queue Per Subscriber (%)

This metric gives the messages processed percentage for the persistent queue per subscriber. Messages processed percent is calculated as the percent of the total number messages processed or dequeued to the total number of messages received or enqueued.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% percent.

5.43.4 Messages Processed Per Persistent Queue (%) Per Subscriber Per Minute

This metric gives the messages processed percentage per minute per persistent queue subscriber in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Messages processed per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% .

5.43.5 Total Messages Processed Per Persistent Queue Per Subscriber Per Minute

This metric gives the messages processed percentage per minute per persistent queue subscriber in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages processed per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% .

5.43.6 Total Messages Received Per Persistent Queue Per Subscriber Per Minute

This metric gives the total number of messages received or enqueued into the queue per subscriber per minute in the last collection interval of the metric.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Total messages received per minute in the last interval for the subscriber %subs_name% %subs_address% in %schema%.%queue_name% queue is %value% .

5.44 Memory Usage

The metric in this category provides information about the total memory used by the database instance.

5.44.1 Total Memory Usage (MB)

This metric displays the total amount of memory used in MB.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9i, 10g, 11g, 12c Every 15 Minutes Not Defined Not Defined Total memory usage is %value% MB.

5.45 OCM Instrumentation

The metrics in this category determine whether the database has been instrumented with Oracle Configuration Manager (OCM). Oracle Configuration Manager is used to personalize the support experience by collecting configuration information and uploading it to the Oracle repository.When customer configuration data is uploaded on a regular basis, customer support representatives can analyze this data and provide better service to the customers. For example, when a customer logs a service request, he can associate the configuration data directly with that service request. The customer support representative can then view the list of systems associated with the customer and solve problems accordingly.

5.45.1 Instrumentation Present

This metric determines whether the database has been instrumented with Oracle Configuration Manager.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

This metric tests for the existence of the MGMT_DB_LL_METRICS package body owned by the ORACLE_OCM user.

User Action

No user action is required.

5.45.2 Need to Instrument with OCM

This metric determines that Oracle Configuration Manager needs to be instrumented in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours 1 Not Defined OCM Instrumentation should be installed in database. Please use $ORACLE_HOME/ccr/admin/scripts/installCCRSQL script with collectconfig parameter.

Data Source

This metric tests for the existence of the emCCR executable in the $ORACLE_HOME/ccr/bin/ directory. If the emCCR executable is present, then Enterprise Manager checks to see if the MGMT_DB_LL_METRICS package body, owned by the ORACLE_OCM user, exists in the Management Repository.

If the emCCR executable is present but the MGMT_DB_LL_METRICS package body is missing, then this metric returns 1, indicating that the database must be instrumented.

User Action

Install Oracle Configuration Manager (OCM) in the database.

5.45.3 OCM Configured

This metric determines how the Oracle Configuration Manager is configured.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

This metric tests for the existence of the emCCR executable in the $ORACLE_HOME/ccr/bin directory.

User Action

No user action is required.

5.46 Operational Error

This metric category contains the metrics representing errors that might affect the operation of the database, such as archiver hung, or media failure as recorded in the database alert log file. These errors are not triggered by ADR incidents but are daily issues which you can handle without interaction with Oracle Support. The alert log file has a chronological log of messages and errors.

Each metric signifies that the database being monitored has detected a critical error condition that might affect the normal operation of the database and has generated an error message to the alert log file since the last sample time. The Support Workbench in Enterprise Manager might contain more information about the error.

Note:

For more information about Incident metrics and Operational Error metrics, log in to My Oracle Support and search for the following Oracle Support note:

Database Alert log monitoring in 12c explained (Doc ID 1538482.1)

https://support.oracle.com/

Setting Thresholds for Operational Errors

To edit the thresholds for any of the following metrics, from the Cloud Control UI, right-click the target name, select Monitoring, then Metric and Collection Settings. The following settings provide examples of some of the possible settings:

  • Warning Threshold: Not Defined; Critical Threshold: .*

    In this case, the Management Agent generates a critical error alert in Enterprise Manager when the error occurs.

  • Warning Threshold: .*; Critical Threshold: Not Defined

    In this case, the Management Agent generates a warning alert in Enterprise Manager when the error occurs.

  • Warning Threshold: Not Defined; Critical Threshold: Not Defined

    In this case, the Management Agent does not generate an alert in Enterprise Manager when the error occurs.

5.46.1 Alert Log Error Trace File

This metric reports the name of the trace file (if any) associated with the logged error.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.46.2 Alert Log Name

This metric reports the name of the alert log file.

Target Version Collection Frequency
11g, 12c Every 5 Minutes

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

No user action is required.

5.46.3 Archiver Hung

This metric signifies that the archiver of the database being monitored has been temporarily suspended since the last sample time.

If the database is running in ARCHIVELOG mode, an alert is displayed when archiving is hung (ORA-00257 or ORA-16038) messages are written to the alert file. The alert file is a special trace file containing a chronological log of messages and errors.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Archiver hang detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of error as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the error. However, the most likely cause of this message is that the destination device is out of space to store the redo log file. Verify the device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.46.4 Data Block Corruption

This metric signifies that the database being monitored has generated a corrupted block error (ORA-01157 or ORA-27048) to the alert file since the last sample time. The alert file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when data block corrupted messages are written to the alert file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* A datablock corruption detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of error as Critical. For information about modifying threshold values, see "Setting Thresholds for Incident Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the error.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.46.5 Generic Operational Error

This metric signifies that the database being monitored has generated some error that may affect the normal operation of the database to the alert file since the last sample time. The alert file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when data block corrupted messages are written to the alert file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Operational error (%errorCodes%) detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of error as Critical. For information about modifying threshold values, see "Setting Thresholds for Operational Error Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the error.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.46.6 Media Failure

This metric signifies that the database being monitored has generated a media failure error (ORA-01242 or ORA-01243) to the alert file since the last sample time. The alert file is a special trace file containing a chronological log of messages and errors. An alert event is triggered when data block corrupted messages are written to the alert file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined .* Media Failure detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

By default, Enterprise Manager reports this type of error as Critical. For information about modifying threshold values, see "Setting Thresholds for Operational Error Metrics".

Data Source

The source of the data is $AGENT_BASE/plugins/oracle.sysman.db.agent.plugin_n.n.n.n/scripts/alertlogAdr.pl.

In the preceding directory path, $AGENT_BASE refers to the home of the Oracle Management Agent and n.n.n.n refers to the release version of the Oracle Database plug-in, such as plug-in release 13.1.0.0.

User Action

Use Support Workbench in Enterprise Manager to examine the details of the error.

Note:

This event does not clear automatically because there is no automatic way of determining when the problem has been resolved. Therefore, you must clear the event manually after the problem is fixed.

5.46.7 User-Defined Error

This metric displays the user-defined error.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined Not Defined Error (%errorCodes%) detected in %alertLogName% at time/line number: %timeLine%.

5.46.8 User-Defined Text

This metric displays user-defined text. You can use this metric to raise alerts for custom text found in the XML alert log.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined Not Defined Matching text (%errorCodes%) detected in %alertLogName% at time/line number: %timeLine%.

Multiple Thresholds

Use the thresholds to define the custom text (regular expression). An alert will be raised for any entry in the XML alert log with text matching the custom text entered here.

5.46.9 User-Defined Warning

This metric displays the user-defined warning.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 5 Minutes Not Defined Not Defined Warning (%errorCodes%) detected in %alertLogName% at time/line number: %timeLine%.

5.47 Operating System Audit Records

This metrics in this category check target database OS audit trail files. It checks for aud, bin, and .xml file extensions in either a user-configured location or the default location.

5.47.1 Size of Audit Files (MB)

This metric displays the cumulative size of audit files. Due to different reasons, if audit trails can't be written to the database, then they are written to the file system, and with time, the files grow. If the cumulative size of audit files exceeds more than 1 GB, it is marked as a warning alert. You must configure the critical threshold if you want to define a critical alert.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 6 Hours 1024 Not Defined %FILE_SIZE% MB of Audit Trail files collected (.aud: %AUD_FILE_SIZE% MB, .xml: %XML_FILE_SIZE% MB, .bin: %BIN_FILE_SIZE% MB)

Data Source

OS audit files of the target database

User Action

Load the audit files back to the database and find out why the audit trails are written to the OS file system.

5.48 Recovery

The metrics in this category are related to database recovery.

5.48.1 Corrupt Data Block Count

This metric represents the count of corrupt data blocks.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i, 10g Every 15 Minutes Not Defined 0 Number of corrupt data blocks is %value%.

Data Source

The data is derived from the following formula:

SELECT nvl(sum(blocks), 0)
  FROM v$database_block_corruption;

User Action

Perform a database recovery.

5.48.2 Datafiles Need Media Recovery

This metric represents the count of data files that require recovery.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i, 10g Every 15 Minutes Not Defined 0 Number of data files needing media recovery is %value%.

Data Source

The data is derived from the following formula:

SELECT count(file#) 
  INTO 1_datafiles_need_recovery
  FROM v$datafile_header 
  WHERE recover ='YES';

User Action

Perform a database recovery.

5.48.3 Missing Media File Count

This metric returns the count of missing media files.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i, 10g Every 15 Minutes Not Defined 0 Number of missing media files is %value%.

Data Source

The data is derived from the following formula:

SELECT count(file#) 
  INTO 1_missing_media_files
  FROM v$datafile_header 
  WHERE error is not null AND error is 'OFFLINE NORMAL';

User Action

Perform a database recovery.

5.49 Response

The metrics in this category represent the responsiveness of the Oracle Server, with respect to a client.

5.49.1 State

This metric represents the state of the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 15 Seconds MOUNTED DOWN|UNKNOWN.* The database status is %value%.

Data Source

Not available.

User Action

The required actions are specific to your site. The required actions are specific to your site.

5.49.2 Status

This metric checks whether a new connection can be established to a database. If the maximum number of users is exceeded or the listener is down, this test is triggered.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 15 Seconds Not Defined 0 Failed to connect to database instance %oraerr%.

Data Source

Perl returns 1 when a connection can be made to the database (using Management Agent monitoring connection details), 0 otherwise.

User Action

Check the status of the listener to make sure it is running on the node where the event was triggered. If the listener is running, check to see if the number of users is at the session limit. Note: The choice of user credentials for the Probe metric should be considered. If the preferred user has the RESTRICED SESSION privilege, the user will be able to connect to a database even if the LICENSE_MAX_SESSIONS limit is reached.

5.50 SCN Growth Statistics

This metric category provides information about the Systems Change Number (SCN) in the database environment and reports on the health of the SCN growth in the database.

5.50.1 Current SCN

This metric displays the value of the current SCN.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Hour Not Defined Not Defined The current SCN is %current_scn%.

5.50.2 Current SCN Compatibility

This metric displays the current SCN compatibility for the database.

Note: This is for internal customers only.

Target Version Collection Frequency
10g, 11g, 12c Every 60 Minutes

5.50.3 Max Rate

This metric displays the rate at which the SCN growth is calculated, such as 16k/32k.

Note: This metric is used by internal users.

Target Version Collection Frequency
10g, 11g, 12c Every 60 Minutes

5.50.4 Maximum SCN Compatibility

This metric displays the maximum SCN compatibility for the database.

Note: This is for internal customers only.

Target Version Collection Frequency
10g, 11g, 12c Every 60 Minutes

5.50.5 SCN Health

This metric displays the SCN health of the database, that is, headroom or the number of days before the database runs out of SCN at the current SCN consumption rate.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Hour 62 10 The SCN health is %scn_health%.

5.50.6 SCN Total Growth Rate (per sec)

This metric displays the total SCN growth rate over the previous 24 hours.

SCNs occur in a monotonically increasing sequence (that is, each SCN is greater than or equal to the one before it), and there is a very large upper limit to how many SCNs Oracle Database can use. Because there is an upper limit, it is important that Oracle Database does not run out of available SCNs and therefore it is important to monitor the SCN growth rate.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Hour Not Defined Not Defined The total SCN Growth rate per second (last 24 hours) is %scn_total_growth%.

5.51 SCN Instance Statistics

This metric category provides information about the SCN growth rate due to intrinsic activity.

5.51.1 SCN Intrinsic Growth Rate (per sec)

This metric displays the rate at which the SCN of the database increases only due to database transactions, and not due to database links. It is averaged per second over the last 24 hours. The rate is displayed in SCNs per second.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Hour Not Defined Not Defined The intrinsic SCN Growth rate per second is %scn_intrinsic_growth_rate%.

5.52 SCN Max Statistics

This metric category provides information about the maximum value of the SCN.

5.52.1 Max SCN Jump in one second (last 24 hours)

This metric displays the maximum SCN jump in one second over the previous 24 hours.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Hour Not Defined Not Defined The maximum SCN jump in one second (last 24 hours) is %scn_max_jump%.

5.53 Segment Advisor Recommendations

The metrics in this category provide segment advisor recommendations. Oracle uses the Automatic Segment Advisor job to detect segment issues regularly within maintenance windows. It determines whether the segments have unused space that can be released. The Number of recommendations is the number of segments that have Reclaimable Space. The recommendations come from all runs of the automatic segment advisor job and any user scheduled segment advisor jobs.

5.53.1 Number of Recommendations

Oracle uses the Automatic Segment Advisor job to detect segment issues regularly within maintenance windows. It determines whether the segments have unused space that can be released. The Number of recommendations is the number of segments that have Reclaimable Space. The recommendations come from all runs of the automatic segment advisor job and any user scheduled segment advisor jobs.

Target Version Collection Frequency
10gR2, 11g, 12c Every 60 Minutes

Data Source

Not available.

User Action

Oracle recommends shrinking or reorganizing these segments to release unused space.

5.54 Session Suspended

The metrics in this category represent the number of resumable sessions that are suspended due to some correctable error.

5.54.1 Session Suspended by Data Object Limitation

This metric represents the session suspended by data object limitation.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.54.2 Session Suspended by Quota Limitation

This metric represents the session suspended by quota limitation.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.54.3 Session Suspended by Rollback Segment Limitation

This metric represents the session suspended by rollback segment limitation.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.54.4 Session Suspended by Tablespace Limitation

This metric represents the session suspended by a tablespace limitation.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.55 SGA Pool Wastage

The metrics in this category represent the percentage of the various pools in the SGA that are being wasted.

5.55.1 Java Pool Free (%)

This metric represents the percentage of the Java Pool that is currently marked as free.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %value%%% of the Java pool is free.
10g, 11g, 12c Every 15 Minutes Not Defined Not Defined %value%%% of the Java pool is free.

Data Source

The data is derived from the formula ((Free/Total)*100) where:

  • Free: select sum(decode(name,'free memory',bytes)) from v$sgastat where pool = 'java pool'

  • Total: select sum(bytes) from v$sgastat where pool = 'java pool'

User Action

If this pool size is too small, the database JVM (Java Virtual Machine) may not have sufficient memory to satisfy future calls, leading potentially to unexpected database request failures.

5.55.2 Large Pool Free (%)

This metric represents the percentage of the Large Pool that is currently marked as free.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %value%%% of the Java pool is free.
10g, 11g, 12c Every 15 Minutes Not Defined Not Defined %value%%% of the Java pool is free.

Data Source

The data is derived from the formula ((Free/Total)*100) where:

  • Free: select sum(decode(name,'free memory',bytes)) from v$sgastat where pool = 'large pool'

  • Total: select sum(bytes) from v$sgastat where pool = 'large pool'

User Action

Consider enlarging the large pool or utilizing it more sparingly. This reduces the possibility of large memory areas competing with the library cache and dictionary cache for available memory in the shared pool.

5.55.3 Shared Pool Free (%)

This metric represents the percentage of the Shared Pool that is currently marked as free.

This test checks the percentage of Shared Pool that is currently free. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 15 Minutes Not Defined Not Defined %value%%% of the shared pool is free.
10g, 11g, 12c Every 15 Minutes Not Defined Not Defined Generated By Database Server

Data Source

The data is derived from the formula ((Free/Total)*100) where:

  • free: select sum(decode(name,'free memory',bytes)) from v$sgastat where pool = 'shared pool'

  • total: select sum(bytes) from v$sgastat where pool = 'shared pool'

User Action

If the percentage of Free Memory in the Shared Pool rises above 50%, too much memory has been allocated to the shared pool. This extra memory could be better utilized by other applications on the machine. In this case the size of the Shared Pool should be decreased. This can be accomplished by modifying the shared_pool_size initialization parameter.

5.56 Snapshot Too Old

The metrics in this category represent the snapshots that are too old due to rollback segment limit or tablespace limit.

5.56.1 Snapshot Too Old Due to Rollback Segment Limit

This metric represents the snapshot too old because of the rollback segment limit.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.56.2 Snapshot Too Old Due to Tablespace Limit

This metric represents the snapshot too old because of the tablespace limit.

This metric is collected for the following targets: 10g, 11g.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.57 Space Usage by Buffered Queues

The metrics in this category monitor the space usage of buffered queues with respect to the streams pool size.

5.57.1 Queue Size (MB)

This metric display's the size of buffered queue, which is the total number of megabytes allocated for all messages and metadata.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Size of buffered queue %schema%.%queue_name% is %value% MB.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Schema Name and Queue Name objects.

If warning or critical threshold values are currently set for any unique combination of Schema Name and Queue Name objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Schema Name and Queue Name objects, use the Edit Thresholds page.

Data Source

The data is derived from the INSTANCE_NAME column in the GV$INSTANCE view.

User Action

When using queues for storing or propagating messages, monitor this metric to get the instance in which the buffered queue is available.

5.57.2 Space Usage of Buffered Queue With Respect to Streams Pool Size (%)

This metric gives the space usage percentage of buffered queue with respect to streams pool size per buffered queue.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11gR2, 12c Every 30 Minutes Not Defined Not Defined Buffered queue %schema%.%queue_name% has consumed %value% percent of streams pool size.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Schema Name and Queue Name objects.

If warning or critical threshold values are currently set for any unique combination of Schema Name and Queue Name objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Schema Name and Queue Name objects, use the Edit Thresholds page.

Data Source

The data is derived from the QUEUE_SIZE AND CURRENT_SIZE columns from GV$BUFFERED_QUEUES and GV$SGA_DYNAMIC_COMPONENTS views.

User Action

When using buffered queues for storing or propagating messages, monitor this metric to get the space usage percentage of buffered queue with respect to the allocated streams pool size.

5.58 SQL Response Time

The metrics in this category approximate the responsiveness of SQL.

5.58.1 Baseline SQL Response Time

This metric contains the response time of the baseline.

Target Version Collection Frequency
All Versions Every 5 Minutes

Data Source

Not available.

User Action

No user action is required.

5.58.2 Current SQL Response Time

This metric contains the response time of the latest collection.

Target Version Collection Frequency
All Versions Every 5 Minutes

Data Source

Not available.

User Action

No user action is required.

5.58.3 SQL Response Time (%)

SQL Response Time is the average elapsed time per execution of a representative set of SQL statements, relative to a baseline. It is expressed as a percentage.

This metric is not available in versions 8.1.7 and earlier.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every10 Minutes Not Defined Not Defined SQL response time is %value%%% of baseline.

Data Source

The data is derived from the PL/SQL packaged procedure mgmt_response.get_metric_curs.

User Action

If the SQL Response Time is less than 100%, then SQL statements are taking less time to execute when compared to the baseline. Response Time greater than 100% indicates that the database is not performing well when compared to the baseline.

SQL Response Time is a percentage of the baseline, not a simple percentage. So, for example, 100% of baseline means the SQL Response Time is the same as the baseline. 200% of baseline means the SQL Response Time is two times slower than the baseline. 50% of baseline means SQL Response Time is two times faster than baseline. A warning threshold of 200% indicates that the database is two times slower than the baseline, while a critical threshold of 500% indicates the database is 5 times slower than the baseline.

Representative statements are selected when two V$SQL snapshots are taken. All calculations are based on the deltas between these two snapshots. First, the median elapsed_time/execution for all statements that were executed in the time interval between the two snapshots are calculated. Then all statements that have an elapsed_time/execution > median elapsed_time/execution are taken, and the top 25 most frequently executed statements are displayed.

Pre-requisites for Monitoring SQL Response Time

Some tables and a PL/SQL package must be installed on the monitored database. This can be done by going to the database targets page and pressing the Configure button for your database. If a database has not been configured, the message Not Configured will be displayed for SQL Response Time.

Configuring the Baseline

The baseline is configured on demand, automatically. The first time the agent calls the stored procedure to get the value of the metric, a snapshot of V$SQL is taken. The second time, another snapshot is taken. Then the representative statements are picked and stored in a table. The next time the agent requests the value of the metric, the relative SQL response time is calculated and returned.

Because of baseline configuration, there will be a delay between the time the database is configured and the value of the metric is displayed. During this period, the message of the collection status will be displayed for SQL Response Time.

Enterprise Manager will automatically configure the baseline against which SQL Response Time will be compared. However, in order for the SQL Response Time metric to be truly representative, the DBA must reconfigure the baseline at a time when the load on the database is typical.

To reconfigure the baseline, click on the link titled Edit Reference Collection located next to the SQL Response Time value on the Database Home Page. The SQL statements used for tracking the SQL Response Time and baseline values are displayed. Click Reset Reference Collection. This clears the list of statements and the baseline values. Enterprise Manager will then automatically reconfigure the baseline within minutes.

If the database was lightly loaded at the time the baseline was taken, then the metric can indicate that the database is performing poorly under typical load when such is not the case. In this case, the DBA must reset the baseline. If the DBA has never manually reset the baseline, then the metric value will not be representative.

5.59 Streams Apply Aborted

The metrics in this category check for the Streams Apply processes.

Note:

This is a server-generated alert.

5.59.1 Streams Apply Process Aborted

This metric detects when a Streams Apply process configured on this database aborts. This metric indicates a critical error.

Data Source

The DBA_APPLY view STATUS column indicates ABORTED if the apply process has aborted.

User Action

Obtain the exact error message in dba_apply, take the appropriate action for this error, then restart the apply process using dbms_apply_adm.start_apply.

Using the DBA_APPLY_ERROR view, identify the specific change record which encountered an error(MESSAGE_NUMBER) within a failed transaction and the complete error message (ERROR_MESSAGE). Detailed information about the transaction can be found using Enterprise Manager or by using the scripts described in the documentation Displaying Detailed Information about Apply Errors.

If DBA_APPLY error message is ORA-26714, then consider setting the 'DISABLE_ON_ERROR' apply parameter to 'N' to avoid aborting on future user errors.

5.59.2 Streams Apply Process Error

This metric indicates that the apply process encountered an error when it was applying a transaction.

Data Source

Not available.

User Action

Look at the contents of the error queue as well as dba_apply_error to determine the cause of the error. After the errors are resolved, reexecute them using dbms_apply_adm.execute_error or dbms_apply_adm.execute_all_errors.

5.60 Streams Apply Coordinator Statistics

The metrics in this category show statistics about the transactions processed by the coordinator process of each apply process. The Total Number of Transactions Received field shows the total number of transactions received by a coordinator process. The Number of Transactions Assigned field shows the total number of transactions assigned by a coordinator process to apply servers. The Total Number of Transactions Applied field shows the total number of transactions successfully applied by the apply process.

The values for an apply process are reset to zero if the apply process is restarted.

5.60.1 Total Number of Transactions Assigned

This metric shows statistics about the total number of transactions assigned by the coordinator process to apply servers since the apply process last started. For target version 10gR1, the collection frequency for this metric is every 10 minutes.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data is derived from the TOTAL_ASSIGNED 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 assigning transactions to apply servers.

5.60.2 Rate of Transactions Applied (per Sec)

This metric reports the rate (per second) at which transactions are applied by the apply process.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data is derived from the target database, gv%streams_apply_coordinator table.

User Action

No user action is required.

5.60.3 Rate of Transactions Assigned (per Sec)

This metric reports the rate (per second) at which transactions are assigned to the apply servers.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data is derived from the target database, gv%streams_apply_coordinator table.

User Action

No user action is required.

5.60.4 Rate of Transactions Received (per Sec)

This metric reports the rate (per second) at which apply coordinator is receiving the transactions.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data is derived from the target database, gv%streams_apply_coordinator table.

User Action

No user action is required.

5.60.5 Total Number of Transactions Applied

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

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 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.

5.60.6 Total Number of Transactions Received

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

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The TOTAL_RECEIVED 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 receiving transactions.

5.61 Streams Apply Errors

The metrics in this category collect information about Apply Errors and Error transactions.

5.61.1 Error Message

This metric reports the error message of the error raised by the transaction.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is target database, dba_apply_error table.

User Action

No user action is required.

5.61.2 Error Number

This metric reports the error code of the error raised by the transaction.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is target database, dba_apply_error table.

User Action

No user action is required.

5.61.3 Local Transaction ID

This metric reports the local transaction ID for the error transaction.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

Data source for this metric is the target database, dba_apply_error table.

User Action

No user action is required.

5.61.4 Message Count

This metric reports the total number of events inside the error transaction.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database, dba_apply_error table.

User Action

No user action is required.

5.61.5 Source Transaction ID

This metric reports the original transaction ID at the source database, for the error transaction.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database, dba_apply_error table.

User Action

No user action is required.

5.62 Streams Apply Queue - Buffered

The metrics in this category show the current total number of messages in a buffered queue to be dequeued by each apply process and the total number of messages to be dequeued by each apply process that have spilled from memory into the persistent queue table.

5.62.1 Streams Apply - (%) Spilled Messages

This metric usually indicates that transactions are staying longer in memory.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Spilled messages for Apply process [%APPLY_NAME%] queue is %value% percent.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Apply Name object.

If warning or critical threshold values are currently set for any Apply Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Apply Name object, use the Edit Thresholds page.

Data Source

The data source for this metric is the target database, gv$buffered_queues, gv$buffered_subscribers tables.

User Action

Either increase Streams Pool size and /or increase Apply Parallelism to speed up Apply processing.

5.63 Streams Apply Queue - Persistent

The metrics in this category show the number of messages in a persistent queue in READY state and WAITING state for each apply process.

5.63.1 Streams Apply - (%) Messages in Waiting State

This metric shows the percentage of messages in a wait state.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Messages waiting for Apply process [%APPLY_NAME%] queue is %value% percent.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Apply Name and Messages Delivery Mode objects.

If warning or critical threshold values are currently set for any unique combination of Apply Name and Messages Delivery Mode objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Apply Name and Messages Delivery Mode objects, use the Edit Thresholds page.

Data Source

The data source for this metric is Target Database and Apply Queue.

User Action

No user action is required.

5.64 Streams Apply Reader Statistics

The reader server for an apply process dequeues messages from the queue. The reader server computes dependencies between LCRs and assembles messages into transactions. The reader server then returns the assembled transactions to the coordinator, which assigns them to idle apply servers.

The metrics in this category shows the total number of messages dequeued by the reader server for the apply process since the last time the apply process was started.

5.64.1 Rate at Which Messages Are Getting Spilled (per Sec)

The reader server for an apply process dequeues messages from the queue. The reader server computes dependencies between LCRs and assembles messages into transactions. The reader server then returns the assembled transactions to the coordinator, which assigns them to idle apply servers.

This metric shows the rate at which message are getting spilled (per second) by the reader server for the apply process since the last time the apply process was started.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Total number of spilled messages for Apply Process [%APPLY_NAME%] is %value% .

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Apply Name object.

If warning or critical threshold values are currently set for any Apply Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Apply Name object, use the Edit Thresholds page.

Data Source

For this metric, the data source is Target database, gv$streams_apply_reader view.

User Action

No user action is required.

5.64.2 Total Number of Messages Dequeued

The reader server for an apply process dequeues messages from the queue. The reader server computes dependencies between LCRs and assembles messages into transactions. The reader server then returns the assembled transactions to the coordinator, which assigns them to idle apply servers.

This metric shows the total number of messages dequeued by the reader server for the apply process since the last time the apply process was started.

Target Version Collection Frequency
9iR2, 10g, 11g,12c Every 30 Minutes

Data Source

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

SELECT APPLY_NAME, TOTAL_MESSAGES_DEQUEUED FROM V$STREAMS_APPLY_READER; 

User Action

When an apply process is enabled, monitor this metric to ensure that the apply process is dequeuing messages.

5.64.3 Total Number of Spilled Messages

The reader server for an apply process dequeues messages from the queue. The reader server computes dependencies between LCRs and assembles messages into transactions. The reader server then returns the assembled transactions to the coordinator, which assigns them to idle apply servers.

This metric shows the total number of messages spilled by the reader server for the apply process since the last time the apply process was started.

Target Version Collection Frequency
9iR2, 10g, 11g,12c Every 30 Minutes

Data Source

For this metric, the data source is Target database, gv$streams_apply_reader view.

User Action

No user action is required.

5.65 Streams Capture Message Statistics

The metrics in this category show the number of messages captured and the number of messages enqueued by each capture process since the capture process last started.

The Total Messages Captured field shows the total number of redo entries passed by LogMiner to the capture process for detailed rule evaluation. A capture process converts a redo entry into a message and performs detailed rule evaluation on the message when capture process prefiltering cannot discard the redo entry. After detailed rule evaluation, the message is enqueued if it satisfies the capture process rule sets, or the message is discarded if it does not satisfy the capture process rule sets. The Total Messages Enqueued field shows the total number of messages enqueued. The number of captured messages captured can be higher than the number of enqueued messages.

The total messages enqueued includes enqueued logical change records (LCRs) that encapsulate data manipulation language (DML) and data definition language (DDL) changes. The total messages enqueued also includes messages that contain transaction control statements. These messages contain directives such as COMMIT and ROLLBACK. Therefore, the total messages enqueued is higher than the number of row changes and DDL changes enqueued by a capture process.

5.65.1 Message Capture Rate (per Sec)

This metric shows the number of messages captured by each capture process since the capture process last started.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

For this metric, the data source is Target database, gv$streams_capture view.

User Action

No user action is required.

5.65.2 Messages Enqueue Rate (per Sec)

This metric shows the number of messages enqueued by each capture process since the capture process last started.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

Not available.

User Action

The required actions are specific to your site.

5.65.3 Total Messages Captured

This metric shows information about the number of redo entries passed by LogMiner to the capture process for detailed rule evaluation. A capture process converts a redo entry into a message and performs detailed rule evaluation on the message when capture process prefiltering cannot discard the change.

After detailed rule evaluation, the message is enqueued if it satisfies the capture process rule sets, or the message is discarded if it does not satisfy the capture process rule sets.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The TOTAL_MESSAGES_CAPTURED column in the following query shows this metric for a capture process:

SELECT CAPTURE_NAME, TOTAL_MESSAGES_CAPTURED, TOTAL_MESSAGES_ENQUEUED   FROM V$STREAMS_CAPTURE;

User Action

When a capture process is enabled, monitor this metric to ensure that the capture process is scanning redo entries.

5.65.4 Total Messages Enqueued

This metric shows information about the number of messages enqueued by a capture process. The number of messages enqueued includes logical change records (LCRs) that encapsulate data manipulation language (DML) and data definition language (DDL) changes. The number of messages enqueued also includes messages that contain transaction control statements. These messages contain directives such as COMMIT and ROLLBACK. Therefore, the number of messages enqueued is higher than the number of row changes and DDL changes enqueued by a capture process.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The TOTAL_MESSAGES_ENQUEUED column in the following query shows this metric for a capture process:

SELECT CAPTURE_NAME, TOTAL_MESSAGES_CAPTURED, TOTAL_MESSAGES_ENQUEUED   FROM V$STREAMS_CAPTURE;

User Action

When a capture process is enabled, monitor this metric to ensure that the capture process is enqueuing messages. If you know that there were source database changes that should be captured by the capture process, and the capture process is not capturing these changes, then there might be a problem with the rules used by the capture process.

5.66 Streams Capture Queue Statistics

The metrics in this category show the current total number of messages in a buffered queue that were enqueued by each capture process and the total number of messages enqueued by each capture process that have spilled from memory into the queue spill table.

If queue publishers other than the capture process enqueue messages into a buffered queue, then the values shown can include messages from these other queue publishers.

5.66.1 Capture Queue - Cumulative Number of Messages

This metric shows information about the cumulative number of messages enqueued by a capture process in a buffered queue.

Target Version Collection Frequency
10g, 11g, 12c Every 30 Minutes

Data Source

Not available.

User Action

The required actions are specific to your site.

5.66.2 Capture Queue - Cumulative Number of Spilled Messages

This metric shows information about the cumulative number of spilled messages enqueued by a capture process in a buffered queue.

Target Version Collection Frequency
10g, 11g, 12c Every 30 Minutes

Data Source

Not available.

User Action

The required actions are specific to your site.

5.66.3 Capture Queue - Number of Messages

This metric shows information about the number of messages enqueued by a capture process in a buffered queue. This number includes both messages in memory and messages spilled from memory.

If queue publishers other than the capture process enqueue messages into a buffered queue, then the values shown can include messages from these other queue publishers.

Target Version Collection Frequency
10g, 11g, 12c Every 30 Minutes

Data Source

The NUM_MSGS column in the following query shows this metric for a capture process:

SELECT CAPTURE_NAME, P.NUM_MSGS NUM_MSGS, Q.SPILL_MSGS SPILL_MSGS 
  FROM V$BUFFERED_PUBLISHERS P, V$BUFFERED_QUEUES Q, DBA_CAPTURE C 
  WHERE C.QUEUE_NAME = P.QUEUE_NAME 
    AND C.QUEUE_OWNER = P.QUEUE_SCHEMA 
    AND C.QUEUE_NAME = Q.QUEUE_NAME 
    AND C.QUEUE_OWNER = Q.QUEUE_SCHEMA 
    AND C.CAPTURE_NAME = P.SENDER_NAME 
    AND P.SENDER_ADDRESS IS NULL 
    AND P.SENDER_PROTOCOL = 1;

User Action

When a capture process is enabled, monitor this metric to ensure that the capture process enqueuing messages.

5.66.4 Capture Queue - Number of Spilled Messages

This metric shows information about the number of messages enqueued by a capture process that have spilled from memory to the queue spill table. Messages in a buffered queue can spill from memory into the queue spill table if they have been staged in the buffered queue for a period of time without being dequeued, or if there is not enough space in memory to hold all of the messages.

Target Version Collection Frequency
10g, 11g, 12c Every 30 Minutes

Data Source

The SPILL_MSGS column in the following query shows this metric for a capture process:

SELECT CAPTURE_NAME, P.NUM_MSGS NUM_MSGS, Q.SPILL_MSGS SPILL_MSGS 
  FROM V$BUFFERED_PUBLISHERS P, V$BUFFERED_QUEUES Q, DBA_CAPTURE C 
  WHERE C.QUEUE_NAME = P.QUEUE_NAME 
    AND C.QUEUE_OWNER = P.QUEUE_SCHEMA 
    AND C.QUEUE_NAME = Q.QUEUE_NAME 
    AND C.QUEUE_OWNER = Q.QUEUE_SCHEMA 
    AND C.CAPTURE_NAME = P.SENDER_NAME 
    AND P.SENDER_ADDRESS IS NULL 
    AND P.SENDER_PROTOCOL = 1; 

User Action

The number of spilled messages should be kept as low as possible for the best performance. A high number of spilled messages can result in the following cases:

  • There might be a problem with a propagation that propagates the messages captured by the capture process, or there might be a problem with an apply process that applies messages captured by the capture process. When this happens, the number of messages can build in a queue because they are not being consumed. In this case, make sure the relevant propagations and apply processes are enabled, and correct any problems with these propagations and apply processes.

  • The Streams pool might be too small to hold the captured messages. In this case, increase the size of the Streams pool. If the database is Oracle Database 10g release 2 (10.2) or higher, then you can configure Automatic Shared Memory Management to manage the size of the Streams pool automatically. Set the SGA_TARGET initialization parameter to use Automatic Shared Memory Management.

5.66.5 Streams Capture - (%) Cumulative Spilled Messages

The percentage of Cumulative spilled messages indicate the messages are staying in memory longer. It can also indicate that the Propagation or Apply Process is slow to consume the enqueued messages.

Target Version Collection Frequency
10g, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database, gv$buffered_queues table.

User Action

No user action is required.

5.66.6 Streams Capture - (%) Spilled Messages

Queue spill indicates the messages are staying in memory longer. It can also indicate that the Propagation or Apply Process is slow to consume the enqueued messages.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Spilled messages for Capture process %CAPTURE_NAME% queue is %value% percent.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Capture Name object. If warning or critical threshold values are currently set for any Capture Name object, those thresholds can be viewed on the Metric Detail page for this metric. To specify or change warning or critical threshold values for each Capture Name object, use the Edit Thresholds page.

Data Source

The data source for this metric is the target database, gv$buffered_queues table.

User Action

Increase Streams Pool Size to avoid queue spills.

5.67 Streams Latency and Throughput

The metrics in this category collect information about latency and throughput for each capture, propagation and apply component in the database. Latency and throughput are important indicators for the overall performance of the streams path.

5.67.1 Latency

This metric reports latency. High Latency indicates that the components are slow.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every 30 Minutes Not Defined Not Defined Latency for Streams %streams_process_type% Process %streams_process_name% is %value% seconds.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects.

If warning or critical threshold values are currently set for any unique combination of Streams Process Name and Streams Process Type objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects, use the Edit Thresholds page.

Data Source

The data source for this metric is the target database, gv$streams_capture, gv$propagation_sender, and gv$streams_apply_server views.

User Action

Identify and correct the least performing component in the streams configuration.

5.67.2 Throughput (per sec)

This metric collects information about throughput for each capture, propagation and apply component in the database

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every 30 Minutes Not Defined Not Defined Throughput for Streams %streams_process_type% Process %streams_process_name% is %value% messages/sec.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects.

If warning or critical threshold values are currently set for any unique combination of Streams Process Name and Streams Process Type objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects, use the Edit Thresholds page.

Data Source

Not available.

User Action

The required actions are specific to your site.

5.67.3 Total Messages

This metric collects the total number of messages for each capture, propagation and apply component in the database.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

Not available.

User Action

The required actions are specific to your site.

5.68 Streams Pool Usage

The metrics in this category check for the memory usage of the Streams pool.

5.68.1 Streams Pool Full

This alert is generated when the memory usage of the Streams pool has exceeded the percentage specified by the STREAMS_POOL_USED_PCT metric. This alert can be raised only if the database is not using Automatic Memory Management or Automatic Shared Memory Management.

Data Source

Not available.

User Action

If the currently running workload is typical, consider increasing the size of the Streams pool.

5.69 Streams Processes Count

The metrics in this category show the total number of Streams capture processes, propagations, and apply processes at the local database. This metric also shows the number of capture processes, propagations, and apply processes that have encountered errors.

5.69.1 Number of Apply Processes Having Errors

This metric shows the number of apply processes that have encountered errors at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_APPLY data dictionary view.

User Action

If an apply process has encountered errors, then correct the conditions that caused the errors.

5.69.2 Number of Capture Processes Having Errors

This metric shows the number of capture processes that have encountered errors at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_CAPTURE data dictionary view.

User Action

If a capture process has encountered errors, then correct the conditions that caused the errors.

5.69.3 Number of Apply Processes

This metric shows the number of apply processes at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_APPLY data dictionary view.

User Action

Use this metric to determine the total number of apply processes at the local database.

5.69.4 Number of Capture Processes

This metric shows the number of capture processes at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_CAPTURE data dictionary view.

User Action

Use this metric to determine the total number of capture processes at the local database.

5.69.5 Number of Propagation Jobs

This metric shows the number of propagations at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_PROPAGATION data dictionary view.

User Action

Use this metric to determine the total number of propagations at the local database.

5.69.6 Number of Propagations Having Errors

This metric shows the number of propagations that have encountered errors at the local database.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The information in this metric is in the DBA_PROPAGATION data dictionary view.

User Action

If a propagation has encountered errors, then correct the conditions that caused the errors.

5.69.7 Total Number of Propagation Errors

This metric provides the total number of propagation errors.

Target Version Collection Frequency
10g, 11g, 12c Every 5 Minutes

Data Source

The data source for this metric is the target database, DBA_Propagation view.

User Action

No user action is required.

5.70 Streams Processes Status

The metrics in this category collect the current status and number of errors for each capture, propagation and apply process in the database.

5.70.1 Streams Process Errors

This metric collects the number of errors for each capture, propagation and apply process in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 30 Minutes 0 Not Defined Stream component %streams_process_name% has %value% errors.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects.

If warning or critical threshold values are currently set for any unique combination of Streams Process Name and Streams Process Type objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects, use the Edit Thresholds page.

Data Source

Not available.

User Action

The required actions are specific to your site.

5.70.2 Streams Process Status

This metric collects the current status and number of errors for each capture, propagation, and apply process in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 30 Minutes DISABLED ABORTED Status for Streams process %streams_process_name% is %streams_process_status%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects.

If warning or critical threshold values are currently set for any unique combination of Streams Process Name and Streams Process Type objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Streams Process Name and Streams Process Type objects, use the Edit Thresholds page.

Data Source

The data source for this metric is the target database, DBA_CAPTURE, dba_propagation, dba_apply views.

User Action

Analyze status change reason and enable the disabled/aborted component.

5.71 Streams Propagation - Messages State Stats

The metrics in this category collect the number of messages in Ready and Waiting state for each Propagation process.

5.71.1 Number of Ready Messages

This metric collects the number of messages in Ready state for each Propagation process.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database, source and destination queues.

User Action

No user action is required.

5.71.2 Number of Waiting Messages

This metric collects the number of messages in Waiting state for each Propagation process.

Target Version Collection Frequency
9iR2, 10g, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database, source and destination queues.

User Action

No user action is required.

5.71.3 Streams Prop - (%) Messages in Waiting State

This metric collects the percentage of messages in Waiting state for each Propagation process.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9iR2, 10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Messages waiting for %PROPAGATION_NAME% queue is %value% percent.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each unique combination of Propagation Name and Messages Delivery Mode objects.

If warning or critical threshold values are currently set for any unique combination of Propagation Name and Messages Delivery Mode objects, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each unique combination of Propagation Name and Messages Delivery Mode objects, use the Edit Thresholds page.

Data Source

The data source for this metric is the target database, source and destination queues.

User Action

No user action is required.

5.72 Streams Propagation - Queue Propagation

The metrics in this category collect propagation statistics in terms of number of messages and number of Kbytes propagated by each propagation process.

5.72.1 Message Propagation Rate (per Sec)

This metric collects propagation statistics in terms of the rate of messages propagated by each propagation process.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database - DBA_PROPAGATION.

User Action

No user action is required.

5.72.2 Rate of KBytes Propagated (per Sec)

This metric collects propagation statistics in terms of the rate of Kbytes propagated by each propagation process.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database - DBA_PROPAGATION.

User Action

No user action is required.

5.72.3 Total Number of KBytes Propagated

This metric collects propagation statistics in terms of total number of Kbytes propagated by each propagation process.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database - DBA_PROPAGATION.

User Action

No user action is required.

5.72.4 Total Number of Messages Propagated

This metric collects propagation statistics in terms of the total number of messages propagated by each propagation process.

Target Version Collection Frequency
10gR2, 11g, 12c Every 30 Minutes

Data Source

The data source for this metric is the target database - DBA_PROPAGATION.

User Action

No user action is required.

5.73 Streams Propagation Aborted

The metrics in this category check for the Streams Propagation processes.

Note:

This is a server-generated alert.

5.73.1 Streams Propagation Process Aborted

This metric detected when a Streams Propagation process configured on this database aborts. This alert indicates a critical error.

Data Source

Not Available

User Action

Obtain the exact error message in dba_queue_schedules, take the appropriate action for this error, and restart the propagation process using dbms_propagation_adm.start_propagation.

5.74 Suspended Session

This metric category contains the metrics that represent the number of resumable sessions that are suspended due to some correctable error.

5.74.1 Suspended Session Count

This metric represents the number of resumable sessions currently suspended in the database.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9i Every 5 Minutes 0 Not Defined %value% session(s) are suspended.

Data Source

The data source for this metric is the following formula:

SELECT count(*) 
  FROM v$resumable 
  WHERE status = 'SUSPENDED' and enabled = 'YES'

User Action

Query the v$resumable view to see what the correctable errors are that are causing the suspension. The way to correct each error depends on the nature of the error.

5.75 System Response Time Per Call

The metrics in this category represent the system response time.

5.75.1 Response Time (centi-seconds per call)

This metric represents the average time taken for each call (both user calls and recursive calls) within the database. A change in this value indicates that either the workload has changed or that the database's ability to process the workload has changed because of either resource constraints or contention.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.76 System Sessions Waiting

The metrics in this category represent the number of sessions waiting.

5.76.1 Waiting Session Count

This metric represents the number of sessions waiting at the sample time.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined %value% sessions are waiting.

Data Source

The data source for this metric is the following formula:

SELECT count(*) 
  FROM v$session_wait 
  WHERE wait_time = 0 and event not in IdleEvents

User Action

When this count is high, the system is doing more waiting than anything else. Evaluate the various types of wait activity using the real-time and historical performance monitoring capabilities of Enterprise Manager.

5.77 Tablespace Allocation

The metrics in this category check the amount of space used and the amount of space allocated to each tablespace. The used space can then be compared to the allocated space to determine how much space is unused in the tablespace. This metric is not intended for alerts. Rather it is intended for reporting. Historical views of unused allocated free space can help DBAs to correctly size their tablespaces, eliminating wasted space.

5.77.1 Tablespace Allocated Space (MB)

The allocated space of a tablespace is the sum of the current size of its datafiles. A portion of this allocated space is used to store data while some may be free space. If segments are added to a tablespace, or if existing segments grow, they will use the allocated free space. The allocated free space is only available to segments within the tablespace. If, over time, the segments within a tablespace are not using this free space, then the allocated free space is being unused.

This metric calculates the space allocated for each tablespace. It is not intended to generate alerts. Rather it should be used in conjunction with the Allocated Space Used (MB) metric to produce an historical view of the amount of space being used and unused by each tablespace.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

Tablespace Allocated Space (MB) is calculated by querying the DBA_TABLESPACES, DBA_UNDO_EXTENTS, DBA_DATA_FILES, DBA_FREE_SPACE and DBA_TEMP_FILES data dictionary views.

User Action

Specific to your site.

5.77.2 Tablespace Used Space (MB)

The allocated space of a tablespace is the sum of the current size of its datafiles. Some of this allocated space is used to store data and some of it may be free space. If segments are added to a tablespace, or if existing segments grow, they will use the allocated free space. The allocated free space is only available to segments within the tablespace. If, over time, the segments within a tablespace are not using this free space, then the allocated free space is being wasted.

This metric calculates the space used for each tablespace. It is not intended to generate alerts. Rather it should be used in conjunction with the Tablespace Allocated Space (MB) metric to produce an historical view of the amount of space being used and unused by each tablespace.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

Tablespace Used Space (MB) is Tablespace Allocated Space (MB) - Tablespace Allocated Free Space (MB) where:

  • Tablespace Allocated Space (MB) is calculated by looping through the tablespace's data files and totaling the size of the data files.

  • Tablespace Allocated Free Space (MB) is calculated by looping through the tablespace's data files and totaling the size of the free space in each data file.

User Action

Specific to you site.

5.78 Tablespaces Full

The metrics in this category check for the amount of space used by each tablespace. The used space is then compared to the available free space to determine tablespace fullness. The available free space takes into account the maximum data file size as well as available disk space. This means that a tablespace will not be flagged as full if datafiles can extend and there is enough disk space available for them to extend.

5.78.1 Tablespace Free Space (MB)

As segments within a tablespace grow, the available free space decreases. If there is no longer any available free space, meaning datafiles have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

This metric checks for the total available free space in each tablespace. This metric is intended for larger tablespaces, where the Available Space Used (%) metric is less meaningful. If the available free space falls below the size specified in the threshold arguments, then a warning or critical alert is generated.

Note:

This metric collects data for locally managed permanent tablespaces only. The Tablespace Free Space (MB) (Temp) metric collects data for temporary tablespaces. The Tablespace Free Space (MB) (Undo) metric collects data for Undo tablespaces.
Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 30 Minutes Not Defined Not Defined Tablespace [%name%] has [%value% mbytes] free
10gR2 11g, 12c Every 30 Minutes Not Defined Not Defined Tablespace [%name%] only has [%value% megabytes] free space

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object.

You can also set default warning and critical thresholds that will be used for all tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the Tablespaces Full metric to access the Edit Advanced Settings.

Data Source

The data for this metric is derived from the MaximumSize - Total Used Space formula where:

  • TotalUsedSpace: total used space in MB of tablespace.

  • MaximumSize: Maximum size (in MB) of the tablespace. The maximum size is determined by looping through the tablespaces data files, as well as additional free space on the disk that would be available for the tablespace should a data file autoextend.

User Action

Perform one of the following:

  • Increase the size of the tablespace by: Enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Relocate segments to another tablespace, thus increasing the free space in this tablespace.

  • Run the Segment Advisor on the tablespace.

5.78.2 Tablespace Space Used (%)

As segments within a tablespace grow, the available free space decreases. If there is no longer any available free space, meaning datafiles have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

Note:

This metric collects data for locally managed permanent tablespaces only. The Tablespace Space Used (%) (Temp) metric collects data for temporary tablespaces. The Tablespace Space Used (%) (Undo) metric collects data for Undo tablespaces.
Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 30 Minutes 85 97 Tablespace [%name%] is [%value% percent] full

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Every 30 Minutes 85 97 Management Agent generates alert message.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object. You can also set default warning and critical thresholds that will be used for all tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is derived from the (TotalUsedSpace / MaximumSize) * 100 formula where:

  • TotalUsedSpace: total used space in MB of tablespace.

  • MaximumSize: Maximum size (in MB) of the tablespace. The maximum size is determined by looping through the tablespace's data files.

For additional information about the data source, refer to the fullTbsp.pl Perl script located in the sysman/admin/scripts directory (for Oracle 8i and 9i) or refer to the DBA_TABLESPACE_USAGE_METRICS dictionary view (for Oracle 10g and later).

User Action

Perform one of the following:

  • Increase the size of the tablespace by: Enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Relocate segments to another tablespace, thus increasing the free space in this tablespace.

  • Run the Segment Advisor on the tablespace.

5.79 Tablespaces Full (Dictionary Managed)

The metrics in this category check for the amount of space used by each tablespace. The used space is then compared to the available free space to determine tablespace fullness. The available free space takes into account the maximum data file size as well as available disk space. This means that a tablespace will not be flagged as full if datafiles can extend and there is enough disk space available for them to extend.

5.79.1 Tablespace Free Space (MB) (Dictionary Managed)

As segments within a tablespace grow, the available free space decreases. If there is no longer any available free space, meaning datafiles have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

This metric checks for the total available free space in each tablespace. This metric is intended for larger tablespaces, where the Available Space Used (%) metric is less meaningful. If the available free space falls below the size specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 30 Minutes Not Defined Not Defined Tablespace [%name%] has [%value% mbytes] free

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object. You can also set default warning and critical thresholds that will be used for all tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is derived from the MaximumSize - Total Used Space formula where:

  • TotalUsedSpace: total used space in MB of tablespace

  • MaximumSize: Maximum size (in MB) of the tablespace. The maximum size is determined by looping through the tablespaces data files, as well as additional free space on the disk that would be available for the tablespace should a data file autoextend.

Note:

For additional information about the data source, see the fullTbsp.pl Perl script located in the sysman/admin/scripts directory.

User Action

Perform one of the following:

  • Increase the size of the tablespace by: Enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Relocate segments to another tablespace, thus increasing the free space in this tablespace.

  • Run the Segment Advisor on the tablespace.

5.79.2 Tablespace Space Used (%) (Dictionary Managed)

As segments within a tablespace grow, the available free space decreases. If there is no longer any available free space, meaning datafiles have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

This metric checks the Available Space Used (%) for each tablespace. If the percentage of used space is greater than the values specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 30 Minutes 85 97 Tablespace [%name%] is [%value% percent] full

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object. You can also set default warning and critical thresholds which will be used for all tablespaces that do not have their own thresholds defined.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is derived from the Total Used Space / MaximumSize * 100 formula where:

  • TotalUsedSpace: total used space in MB of tablespace.

  • MaximumSize: Maximum size (in MB) of the tablespace. The maximum size is determined by looping through the tablespaces data files.

Note:

For additional information about the data source, see the fullTbsp.pl Perl script located in the sysman/admin/scripts directory.

User Action

Perform one of the following:

  • Increase the size of the tablespace by: Enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Relocate segments to another tablespace, thus increasing the free space in this tablespace.

  • Run the Segment Advisor on the tablespace.

5.80 Tablespaces Full (Temp)

The metrics in this category check for the amount of space used by each locally managed temporary tablespace. The used space is then compared to the available free space to determine tablespace fullness. The available free space takes into account the maximum data file size as well as available disk space. This means that a tablespace will not be flagged as full if data files can extend and there is enough disk space available for them to extend.

Note:

These metrics collect data for locally managed temporary tablespaces. The Tablespaces Full (Dictionary Managed) metrics collect the data for dictionary managed temporary tablespaces.

Note:

Temporary tablespaces do not typically grow in a steady manner but are subject to spikes of high usage. For this reason, thresholds for both Tablespace Free Space (MB) (Temp) and Tablespace Space Used (%) (Temp) are not defined. Take care when you are setting thresholds for these metrics to avoid unwanted alerts.

5.80.1 Tablespace Free Space (MB) (Temp)

As segments within a tablespace grow, the available free space decreases. If there is no more free space available, that is, the data files have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

This metric checks for the total available free space in each temporary tablespace. This metric is intended for larger temporary tablespaces, where the Available Space Used (%) metric is less meaningful. If the available free space falls below the size specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 30 Minutes Not Defined Not Defined Tablespace [%name%] has [%value% mbytes] free

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each locally managed temporary Tablespace Name object.

You can also set default warning and critical thresholds that will be used for all locally managed temporary tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, you can view those thresholds from the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is retrieved from the DBA_TABLESPACE_USAGE_METRICS data dictionary view.

MB Free: TABLESPACE_SIZE (Total size of the tablespace) - USED_SPACE (Total space consumed by the tablespace)

User Action

Perform one of the following:

  • Increase the size of the tablespace by either enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Create additional temporary tablespaces.

5.80.2 Tablespace Space Used (%) (Temp)

As segments within a tablespace grow, the available free space decreases. If there is no more free space available, that is, the data files have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 30 Minutes Not Defined Not Defined [%name%] is [%value% percent] full

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each locally managed temporary Tablespace Name object. You can also set default warning and critical thresholds that will be used for all locally managed temporary tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, you can view those thresholds from the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is retrieved from the DBA_TABLESPACE_USAGE_METRICS data dictionary view.

Used Percent: USED_PERCENT, Percentage of used space, as a function of the maximum possible tablespace size

User Action

Perform one of the following:

  • Increase the size of the tablespace by either enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Create additional temporary tablespaces.

5.81 Tablespaces Full (Undo)

The metrics in this category check for the amount of space used by each Undo tablespace. The used space is then compared to the available free space to determine tablespace fullness. The available free space takes into account the maximum data file size as well as available disk space. This means that a tablespace will not be flagged as full if data files can extend and there is enough disk space available for them to extend.

Note:

Undo tablespaces do not typically grow in a steady manner but are subject to spikes of high usage. For this reason, thresholds for both Tablespace Free Space (MB) (Undo) and Tablespace Space Used (%) (Undo) are not defined. Take care when setting thresholds for these metrics to avoid unwanted alerts.

5.81.1 Tablespace Free Space (MB) (Undo)

As segments within a tablespace grow, the available free space decreases. If there is no more free space available, that is, the data files have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

This metric checks for the total available free space in each Undo tablespace. This metric is intended for larger Undo tablespaces, where the Available Space Used (%) metric is less meaningful. If the available free space falls below the size specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 30 Minutes Not Defined Not Defined Tablespace [%name%] has [%value% mbytes] free

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Undo Tablespace Name object.

You can also set default warning and critical thresholds that will be used for all Undo tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, you can view those thresholds from the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is retrieved from the DBA_TABLESPACE_USAGE_METRICS data dictionary view.

MB Free: TABLESPACE_SIZE (Total size of the tablespace) - USED_SPACE (Total space consumed by the tablespace)

User Action

Perform one of the following:

  • Increase the size of the tablespace by either enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, then consider reorganizing the entire tablespace.

  • Use Undo Advisor (Automatic Undo Management) to obtain sizing advice and manage the Undo tablespaces.

5.81.2 Tablespace Space Used (%) (Undo)

As segments within a tablespace grow, the available free space decreases. If there is no longer any available free space, meaning data files have hit their maximum size or there is no more disk space, then the creation of new segments or the extension of existing segments will fail.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g,12c Every 30 Minutes Not Defined Not Defined Tablespace [%name%] is [%value% percent] full

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Undo Tablespace Name object. You can also set default warning and critical thresholds that will be used for all Undo tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is retrieved from the DBA_TABLESPACE_USAGE_METRICS data dictionary view.

Used Percent: USED_PERCENT, Percentage of used space, as a function of the maximum possible tablespace size

User Action

Perform one of the following:

  • Increase the size of the tablespace by either enabling automatic extension for one of its existing data files, manually resizing one of its existing data files, or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, then consider reorganizing the entire tablespace.

  • Use Undo Advisor (Automatic Undo Management) to obtain sizing advice and manage the Undo tablespaces.

5.82 Tablespaces With Problem Segments

The metrics in this category check for the following:

  • The largest chunk-free space in the tablespace. If any table, index, cluster, or rollback segment within the tablespace cannot allocate one additional extent, then an alert is generated.

  • Whether any of the segments in the tablespace are approaching their maximum extents. If, for any segment, the maximum number of extents minus the number of existing extents is less than 2, then an alert is generated.

Only the tablespaces with problem segments are returned as results.

5.82.1 Segments Approaching Maximum Extents

This metric reports segments which are nearing the upper limit of maximum extents.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

The data for this metric is derived from the first 10 segments names which are approaching their MaxExtent in the tablespace.

User Action

If possible, increase the value of the segments MAXEXTENTS storage parameter.

Otherwise, rebuild the segment with a larger extent size ensuring the extents within a segment are the same size by specifying STORAGE parameters where NEXT=INITIAL and PCTINCREASE = 0.

For segments that are linearly scanned, choose an extent size that is a multiple of the number of blocks read during each multiblock read. This will ensure that the Oracle multiblock read capability is used efficiently.

5.82.2 Segments Approaching Maximum Extents Count

This metric checks for segments which are nearing the upper limit of the number of maximum extents. If the number of segments is greater than the values specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours 0 Not Defined %value% segments in %name% tablespace approaching max extents.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object. You can also set default warning and critical thresholds that will be used for all tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

The data for this metric is derived by calculating the number of segments for which the maximum number of extents minus the number of existing extents is less than 2.

For additional information about the data source, refer to the problemTbsp.pl Perl script located in the sysman/admin/scripts directory.

User Action

If possible, increase the value of the segments MAXEXTENTS storage parameter.

Otherwise, rebuild the segment with a larger extent size ensuring the extents within a segment are the same size by using a locally managed tablespace. In the case of a dictionary managed tablespace, specify STORAGE parameters where NEXT=INITIAL and PCTINCREASE = 0.

5.82.3 Segments Not Able to Extend

This metric identifies which segments cannot allocate an additional extent.

Target Version Collection Frequency
All Versions Every 24 Hours

Data Source

The data source for this metric is the first 10 segments names which cannot allocate an additional extent in the tablespace.

User Action

Perform one of the following:

  • Increase the size of the tablespace by enabling automatic extension for one of its existing data files, manually resizing one of its existing data files. or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

5.82.4 Segments Not Able to Extend Count

This metric checks for segments which cannot allocate an additional extent. If the number of segments is greater than the values specified in the threshold arguments, then a warning or critical alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours 0 Not Defined %value% segments in %name% tablespace unable to extend.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Tablespace Name object. You can also set default warning and critical thresholds that will be used for all tablespaces that do not have their own defined thresholds.

If warning or critical threshold values are currently set for any Tablespace Name object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Tablespace Name object:

  1. From the target's home page menu, select Monitoring, then Metric and Collection Settings. The Metric and Collection Settings page appears.

  2. Click the pencil icon for the required metric to access the Edit Advanced Settings.

Data Source

After checking for the largest chunk free space in the tablespace, this is the number of segments which cannot allocate an additional extent.

For additional information about the data source, refer to the problemTbsp.pl Perl script located in the sysman/admin/scripts directory.

User Action

Perform one of the following:

  • Increase the size of the tablespace by enabling automatic extension for one of its existing data files, manually resizing one of its existing data files. or adding a new data file.

  • If the tablespace is suffering from tablespace free space fragmentation problems, consider reorganizing the entire tablespace.

  • Relocate segments to another tablespace thus increasing the free space in this tablespace.

5.83 Temporary File Status

The metrics in this category provide the name and status of temporary files.

5.83.1 Status

This metric displays the status of a temporary file.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9i, 10g, 11g, 12c Every 30 Minutes OFFLINE Not Defined The temporary file %NAME% is %STATUS%.

User Action

Temporary files that are offline can be placed online by selecting the Place Online action from the Datafiles page in the Cloud Control console.

To access the Datafiles page, from the database target's home page, select Administration, then Storage, and then Datafiles.

5.84 Throughput

The metrics in this category represent rates of resource consumption or throughput.

5.84.1 Average Active Sessions

This metric represents the average active sessions at a point in time. It is the number of sessions that are either working or waiting.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

Not available.

User Action

No user action is required.

5.84.2 Average Synchronous Single-Block Read Latency (ms)

The average latency in milliseconds of a synchronous single-block read. Synchronous single-block reads are a reasonably accurate way of assessing the performance of the storage subsystem. High latencies are typically caused by a high I/O request load. Excessively high CPU load can also cause the latencies to increase.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Not Defined Not Defined Not Defined Not Defined

Data Source

The source of the data is the v$sysmetric view.

User Action

First, verify that your storage subsystem is not operating with component failures, for example, disk, network, or HBA failures. If no issues are found, consider upgrading your storage subsystem.

5.84.3 BG Checkpoints (per second)

This metric represents the BG checkpoints per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

The required actions are specific to your site.

5.84.4 Branch Node Splits (per second)

Number of times per second an index branch block was split because of the insertion of an additional value.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

the branch node splits / time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.5 Branch Node Splits (per transaction)

Number of times per transaction an index branch block was split because of the insertion of an additional value.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

branch node splits / transaction

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.6 Consistent Read Blocks Created (per second)

This metric represents the number of current blocks per second cloned to create consistent read (CR) blocks.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 5 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

CR blocks created / time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.7 Consistent Read Blocks Created (per transaction)

This metric represents the number of current blocks per transaction cloned to create consistent read (CR) blocks.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

CR blocks created / transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.8 Consistent Read Changes (per second)

This metric represents the number of times per second a user process has applied rollback entries to perform a consistent read on the block.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

consistent changes / time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.9 Consistent Read Changes (per transaction)

This metric represents the number of times per transaction a user process has applied rollback entries to perform a consistent read on the block.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

consistent changes / transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.10 Consistent Read Gets (per second)

This metric represents the number of times per second a consistent read was requested for a block.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

consistent gets/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.11 Consistent Read Gets (per transaction)

This metric represents the number of times per transaction a consistent read was requested for a block.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

consistent gets/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.12 Consistent Read Undo Records Applied (per second)

This metric represents the number of undo records applied for consistent read per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

current blocks converted for CR/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.13 Consistent Read Undo Records Applied (per transaction)

This metric represents the consistent read undo records applied per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

Not available.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.14 Cumulative Logons (per second)

This metric represents the number of logons per second during the sample period.

This test checks the number of logons that occurred per second during the sample period. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes 100 Not Defined Cumulative logon rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined 100 Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds. The 'Consecutive Number of Occurrences Preceding Notification' column indicates the consecutive number of times the comparison against thresholds should hold TRUE before an alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Cumulative logon rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

DeltaLogons / Seconds where:

  • DeltaLogons: difference in 'select value from v$sysstat where name='logons cumulative'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

A high logon rate may indicate that an application is inefficiently accessing the database. Database logon's are a costly operation. If an application is performing a logon for every SQL access, that application will experience poor performance as well as affect the performance of other applications on the database. If there is a high logon rate, try to identify the application that is performing the logons to determine if it could be redesigned such that session connections could be pooled, reused, or shared.

5.84.15 Cumulative Logons (per transaction)

This metric represents the number of logons per transaction during the sample period.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of logons that occurred per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Cumulative logon rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Cumulative logon rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

DeltaLogons/Transactions where:

  • DeltaLogons: difference in 'select value from v$sysstat where name='logons cumulative'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

A high logon rate may indicate that an application is inefficiently accessing the database. Database logon's are a costly operation. If an application is performing a logon for every SQL access, that application will experience poor performance as well as affect the performance of other applications on the database. If there is a high logon rate try to identify the application that is performing the logons to determine if it could be redesigned such that session connections could be pooled, reused or shared.

5.84.16 Database Block Changes (per second)

This metric represents the total number of changes per second that were part of an update or delete operation that were made to all blocks in the SGA.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12g Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

db block changes/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.17 Database Block Changes (per transaction)

This metric represents the total number of changes per transaction that were part of an update or delete operation that were made to all blocks in the SGA.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

db block changes/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.18 Database Block Gets (per second)

This metric represents the number of times per second a current block was requested.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

db block gets/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.19 Database Block Gets (per transaction)

This metric represents the number of times per transaction a current block was requested.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

db block gets/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.20 Database Time (centiseconds per second)

This metric denotes the database time.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Not Defined Not Defined Not Defined Not Defined

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

Not available.

User Action

The required actions are specific to your site.

5.84.21 DBWR Checkpoints (per second)

This metric represents the number of times, per second, during this sample period DBWn was asked to scan the cache and write all blocks marked for a checkpoint.

The database writer process (DBWn) writes the contents of buffers to datafiles. The DBWn processes are responsible for writing modified (dirty) buffers in the database buffer cache to disk.

When a buffer in the database buffer cache is modified, it is marked dirty. The primary job of the DBWn process is to keep the buffer cache clean by writing dirty buffers to disk. As user processes dirty buffers, the number of free buffers diminishes. If the number of free buffers drops too low, user processes that must read blocks from disk into the cache are not able to find free buffers. DBWn manages the buffer cache so that user processes can always find free buffers.

When the Oracle Server process cannot find a clean reusable buffer after scanning a threshold of buffers, it signals DBWn to write. When this request to make free buffers is received, DBWn writes the least recently used (LRU) buffers to disk. By writing the least recently used dirty buffers to disk, DBWn improves the performance of finding free buffers while keeping recently used buffers resident in memory. For example, blocks that are part of frequently accessed small tables or indexes are kept in the cache so that they do not need to be read in again from disk. The LRU algorithm keeps more frequently accessed blocks in the buffer cache so that when a buffer is written to disk, it is unlikely to contain data that may be useful soon.

Additionally, DBWn periodically writes buffers to advance the checkpoint that is the position in the redo log from which crash or instance recovery must begin.

This test checks the number of times DBWR was asked to advance the checkpoint. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined DBWR checkpoint rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined DBWR checkpoint rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

DeltaCheckpoints/Seconds where:

  • DeltaCheckpoints: difference in 'select value from v$sysstat where name='DBWR checkpoints'' between sample end and start

  • Seconds: number of seconds in sample period

User Action

A checkpoint tells the DBWR to write out modified buffers to disk. This write operation is different from the make free request in that the modified buffers are not marked as free by the DBWR process. Dirty buffers may also be written to disk at this time and freed.

The write size is dictated by the _db_block_checkpoint_batch parameter. If writing, and subsequently waiting for checkpoints to complete is a problem, the checkpoint completed event displays in the Top Waits page sorted by Time Waited or the Sessions Waiting for this Event page.

If the database is often waiting for checkpoints to complete you may want to increase the time between checkpoints by checking the init.ora parameter db_block_checkpoint_batch: select name, value, is default from v$parameter where name = db_block_checkpoint_batch. The value should be large enough to take advantage of parallel writes. The DBWR uses a write batch that is calculated like this: (db_files * db_file_simultaneous_writes)/2 The write_batch is also limited by two other factors:

  • A port specific limit on the numbers of I/Os (compile time constant).

  • 1/4 of the number of buffers in the SGA.

The db_block_checkpoint_batch is always smaller or equal to the _db_block_write_batch. You can also consider enabling the check point process.

5.84.22 Enqueue Deadlocks (per second)

This metric represents the number of times per second that a process detected a potential deadlock when exchanging two buffers and raised an internal, restartable error.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue deadlocks/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.23 Enqueue Deadlocks (per transaction)

This metric represents the number of times per transaction that a process detected a potential deadlock when exchanging two buffers and raised an internal, restartable error.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue deadlocks/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.24 Enqueue Requests (per second)

This metric represents the total number of table or row locks acquired per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue requests/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.25 Enqueue Requests (per transaction)

This metric represents the total number of table or row locks acquired per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue requests/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.26 Enqueue Timeout (per second)

This metric represents the total number of table and row locks (acquired and converted) per second that time out before they could complete.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue timeouts/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.27 Enqueue Timeout (per transaction)

This metric represents the total number of table and row locks (acquired and converted) per transaction that timed out before they could complete.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue timeouts/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.28 Enqueue Waits (per second)

This metric represents the total number of waits per second that occurred during an enqueue convert or get because the enqueue get was deferred.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue waits/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.29 Enqueue Waits (per transaction)

This metric represents the total number of waits per transaction that occurred during an enqueue convert or get because the enqueue get was deferred.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

enqueue waits / transaction

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.30 Executes (per second)

This metric represents the rate of SQL command executions over the sampling interval.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10gR2, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

DeltaExecutions / Seconds where:

  • DeltaExecutions: difference in 'select value from v$sysstat where name='execute count'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

No user action is necessary.

5.84.31 Executes Performed without Parses (%)

This metric represents the percentage of statement executions that do not require a corresponding parse. A perfect system would parse all statements once and then execute the parsed statement over and over without reparsing. This ratio provides an indication as to how often the application is parsing statements as compared to their overall execution rate. A higher number is better.

This test checks the percentage of executes that do not require parses. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Only %value%%% of executes are performed without parses.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Only %value%%% of executes are performed without parses.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

((DeltaExecuteCount - (DeltaParseCountTotal)) / DeltaExecuteCount) * 100 where:

  • DeltaParseCountTotal: difference in 'select value from v$sysstat where name='parse count (total)'' between sample end and start

  • DeltaExecuteCount: difference in 'select value from v$sysstat where name='execute count'' between sample end and start

User Action

An execute to parse ratio of less than 70% indicates that the application may be parsing statements more often than it should. Reparsing the statement, even if it is a soft parse, requires a network round trip from the application to the database, as well as requiring the processing time to locate the previously compiled statement in the cache. Reducing network round trips and unnecessary processing improves application performance.

Use the Top Sessions page sorted by Parses to identify the sessions responsible for the bulk of the parse activity within the database. Start with these sessions to determine whether the application could be modified to make more efficient use of its cursors.

5.84.32 Full Index Scans (per second)

This metric represents the number of fast full index scans per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 5 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

index fast full scans (full)/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.33 Full Index Scans (per transaction)

This metric represents the number of fast full index scans per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

index fast full scans (full)/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.34 Hard Parses (per second)

This metric represents the number of hard parses per second during this sample period. A hard parse occurs when a SQL statement has to be loaded into the shared pool. In this case, the Oracle Server has to allocate memory in the shared pool and parse the statement.

Each time a particular SQL cursor is parsed, this count will increase by one. There are certain operations that will cause a SQL cursor to be parsed. Parsing a SQL statement breaks it down into atomic steps, which the optimizer will evaluate when generating an execution plan for the cursor.

This test checks the number of parses of statements that were not already in the cache. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Hard parse rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Hard parse rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

DeltaParses / Seconds where:

  • DeltaParses: difference in 'select value from v$sysstat where name='parse count (hard)'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

If there appears to be excessive time spent parsing, evaluate SQL statements to determine those that can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The Top Sessions page sorted by Hard Parses will show you which sessions are incurring the most hard parses. Hard parses happen when the server parses a query and cannot find an exact match for the query in the library cache. Hard parses can be avoided by sharing SQL statements efficiently. The use of bind variables instead of literals in queries is one method to increase sharing.

By showing you which sessions are incurring the most hard parses, this page may lead you to the application or programs that are the best candidates for SQL rewrites.

Also, examine SQL statements which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The SHARED_POOL_SIZE initialization parameter controls the total size of the shared pool. Consider increasing the SHARED_POOL_SIZE to decrease the frequency in which SQL requests are being flushed from the shared pool to make room for new requests.

To take advantage of the additional memory available for shared SQL areas, you may also need to increase the number of cursors permitted per session. You can increase this limit by increasing the value of the initialization parameter OPEN_CURSORS.

5.84.35 Hard Parses (per transaction)

This metric represents the number of hard parses per second during this sample period. A hard parse occurs when a SQL statement has to be loaded into the shared pool. In this case, the Oracle Server has to allocate memory in the shared pool and parse the statement.

Each time a particular SQL cursor is parsed, this count will increase by one. There are certain operations which will cause a SQL cursor to be parsed. Parsing a SQL statement breaks it down into atomic steps which the optimizer will evaluate when generating an execution plan for the cursor. The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of hard parses per second during this sample period. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Hard parse rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Hard parse rate is %value%/ transaction.

Target Version Server Evaluation Frequency Operator Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute > Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data for this metric is derived by the following formula:

DeltaParses/Transactions where:

  • DeltaParses: difference in 'select value from v$sysstat where name='parse count (hard)'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

If there appears to be excessive time spent parsing, evaluate SQL statements to determine which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The Top Sessions page sorted by Hard Parses will show you which sessions are incurring the most hard parses. Hard parses happen when the server parses a query and cannot find an exact match for the query in the library cache. Hard parses can be avoided by sharing SQL statements efficiently. The use of bind variables instead of literals in queries is one method to increase sharing.

By showing you which sessions are incurring the most hard parses, this page may lead you to the application or programs that are the best candidates for SQL rewrites.

Also, examine SQL statements which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The SHARED_POOL_SIZE initialization parameter controls the total size of the shared pool. Consider increasing the SHARED_POOL_SIZE to decrease the frequency in which SQL requests are being flushed from the shared pool to make room for new requests.

To take advantage of the additional memory available for shared SQL areas, you may also need to increase the number of cursors permitted per session. You can increase this limit by increasing the value of the initialization parameter OPEN_CURSORS.

5.84.36 I/O Megabytes (per second)

The total I/O throughput of the database for both reads and writes in megabytes per second. A very high value indicates that the database is generating a significant volume of I/O data.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Not Defined Not Defined Not Defined Not Defined

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

The source of the data is the v$sysmetric view.

User Action

A high I/O throughput value is not in itself problematic. However, if high I/O latencies (for example, Synchronous Single-Block Read Latencies are causing a performance problem, then reducing the total I/O throughput may help. The source of the I/O throughput can be investigated by viewing a breakdown by either Component or Resource Consumer Group.

5.84.37 I/O Requests (per second)

This metric represents the total rate of I/O read and write requests for the database.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Not Defined Not Defined Not Defined Not Defined

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
11g, 12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

The source of the data is the v$sysmetric view.

User Action

A high I/O request rate is not in itself problematic. However, if high I/O latencies (for example, Synchronous Single-Block Read Latencies are causing a performance problem, then reducing the total I/O request rate may help. The source of the I/O requests can be investigated by viewing a breakdown by either Component or Resource Consumer Group.

5.84.38 Leaf Node Splits (per second)

Number of times per second an index leaf node was split because of the insertion of an additional value.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

leaf node splits / time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.39 Leaf Node Splits (per transaction)

This metric reports the number of times per transaction an index leaf node was split because of the insertion of an additional value.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

leaf node splits / transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.40 Network Bytes (per second)

This metric represents the total number of bytes sent and received through the SQL Net layer to and from the database.

This test checks the network read/write per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Bytes transmitted via SQL*Net is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Bytes transmitted via SQL*Net is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

(DeltaBytesFromClient+DeltaBytesFromDblink+DeltaBytesToClient+DeltaBytesToDblink) / Seconds where:

  • Delta Bytes From Client: difference in 'select s.value from v$sysstat s, visitation n where n.name='bytes received via SQL*Net from client' and n.statistic#=s.statistic#' between end and start of sample period

  • DeltaBytesFromClient: difference in 'select s.value from v$sysstat s, v$statname n where n.name='bytes received via SQL*Net from dblink' and n.statistic#=s.statistic#' between end and start of sample period

  • DeltaBytesFromClient: difference in 'select s.value from v$sysstat s, v$statname n where n.name='bytes sent via SQL*Net to client' and n.statistic#=s.statistic#' between end and start of sample period

  • DeltaBytesFromClient: difference in 'select s.value from v$sysstat s, v$statname n where n.name='bytes sent via SQL*Net to dblink' and n.statistic#=s.statistic#' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

This metric represents the amount of network traffic in and out of the database. This number may only be useful when compared to historical levels to understand network traffic usage related to a specific database.

5.84.41 Number of Transactions (per second)

This metric represents the total number of commits and rollbacks performed during this sample period.

This test checks the number of commits and rollbacks performed during sample period. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Transaction rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Transaction rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaCommits + DeltaRollbacks where:

  • DeltaCommits: difference of 'select value from v$sysstat where name='user commits'' between sample end and start

  • DeltaRollbacks: difference of 'select value from v$sysstat where name='user rollbacks'' between sample end and start

User Action

This statistic is an indication of how much work is being accomplished within the database. A spike in the transaction rate may not necessarily be bad. If response times stay close to normal, it means your system can handle the added load. Actually, a drop in transaction rates and an increase in response time may be indicators of problems. Depending upon the application, transaction loads may vary widely across different times of the day.

5.84.42 Open Cursors (per second)

This metric represents the total number of cursors opened per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

opened cursors cumulative/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.43 Open Cursors (per transaction)

This metric represents the total number of cursors opened per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

opened cursors cumulative/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.44 Parse Failure Count (per second)

This metric represents the total number of parse failures per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

parse count (failures)/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.45 Parse Failure Count (per transaction)

This metric represents the total number of parse failures per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

parse count (failures)/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.46 Physical Reads (per second)

This metric represents the number of data blocks read from disk per second during this sample period. When a user performs a SQL query, Oracle tries to retrieve the data from the database buffer cache (memory) first, then searches the disk if it is not already in memory. Reading data blocks from disk is much more inefficient than reading the data blocks from memory. The goal with Oracle should always be to maximize memory utilization.

This test checks the data blocks read from disk per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Physical reads are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Physical reads are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaPhysicalReads/Seconds where:

  • DeltaPhysicalReads: difference in 'select s.value from v$sysstat s, v$statname n where n.name='physical reads' and n.statistic#=s.statistic#' between sample end and start

  • Seconds: number of seconds in sample period

User Action

Block reads are inevitable so the aim should be to minimize unnecessary IO. This is best achieved by good application design and efficient execution plans. Changes to execution plans can yield profound changes in performance. Tweaking at system level usually only achieves percentage gains.

To view I/O on a per session basis to determine which sessions are responsible for your physical reads, you should visit the Top Sessions page sorted by Physical Reads. This approach allows you to identify problematic sessions and then drill down to their current SQL statement and perform tuning from there.

To identify the SQL that is responsible for the largest portion of physical reads, visit the Top SQL page sorted by Physical Reads. This page allows you to quickly determine which SQL statements are the causing your I/O activity. From this display you can view the full text of the SQL statement.

The difference between the two methods for identifying problematic SQL is that the Top Sessions view displays sessions that are performing the most physical reads at the moment. The Top SQL view displays the SQL statements that are still in the SQL cache that have performed the most I/O over their lifetime. A SQL statement could show up in the Top SQL view that is not currently being executed.

If the SQL statements are properly tuned and optimized, consider the following suggestions. A larger buffer cache may help - test this by actually increasing DB_BLOCK_BUFFERS. Do not use DB_BLOCK_LRU_EXTENDED_STATISTICS, as this may introduce other performance issues. Never increase the SGA size if it may induce additional paging or swapping on the system.

A less obvious issue which can affect the I/Orates is how well data is clustered physically. For example, assume that you frequently fetch rows from a table where a column is between two values via an index scan. If there are 100 rows in each index block then the two extremes are: 1.Each of the table rows is in a different physical block (100 blocks must be read for each index block). 2.The table rows are all located in the few adjacent blocks (a handful of blocks must be read for each index block).

Pre-sorting or reorganizing data can improve this situation in severe situations as well.

5.84.47 Physical Reads (per transaction)

This metric represents the number of disk reads per transaction during the sample period. When a user performs a SQL query, Oracle tries to retrieve the data from the database buffer cache (memory) first, then goes to disk if it is not in memory already. Reading data blocks from disk is much more expensive than reading the data blocks from memory. The goal with Oracle should always be to maximize memory utilization.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the data blocks read from disk per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Physical reads are %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Physical reads are %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaReads/Transactions where:

  • DeltaReads: difference in 'select value from v$sysstat where name='physical reads'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

Block reads are inevitable so the aim should be to minimize unnecessary IO. This is best achieved by good application design and efficient execution plans. Changes to execution plans can yield orders of magnitude changes in performance. Tweaking at system level usually only achieves percentage gains.

To identify the SQL that is responsible for the largest portion of physical reads, visit the Top SQL page sorted by Physical Reads. This view will allow you to quickly determine which SQL statements are causing the I/O activity. From this display you can view the full text of the SQL statement.

To view I/O on a per session basis to determine which sessions are responsible for your physical reads, you can visit the Top Sessions page sorted by Physical Reads. This approach allows you to identify problematic sessions and then drill down to their current SQL statement to perform tuning.

If the SQL statements are properly tuned and optimized the following suggestions may help. A larger buffer cache may help - test this by actually increasing DB_BLOCK_BUFFERS and not by using DB_BLOCK_LRU_EXTENDED_STATISTICS. Never increase the SGA size if it will induce additional paging or swapping on the system.

A less obvious issue which can affect the I/Orates is how well data is clustered physically. For example, assume that you frequently fetch rows from a table where a column is between two values via an index scan. If there are 100 rows in each index block then the two extremes are: 1. Each of the table rows is in a different physical block (100 blocks must be read for each index block). 2. The table rows are all located in the few adjacent blocks (a handful of blocks must be read for each index block).

Pre-sorting or reorganizing data can help to tackle this in severe situations as well.

5.84.48 Physical Reads Direct (per second)

This metric represents the number of direct physical reads per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical reads direct/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.49 Physical Reads Direct (per transaction)

This metric represents the number of direct physical reads per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical reads direct/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.50 Physical Reads Direct Lobs (per second)

This metric represents the number of direct large object (LOB) physical reads per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical reads direct (lob)/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.51 Physical Reads Direct Lobs (per transaction)

This metric represents the number of direct large object (LOB) physical reads per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived using the following formula:

physical reads direct (lob)/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.52 Physical Writes (per second)

This metric represents the number of disk writes per second during the sample period. This statistic represents the rate of database blocks written from the SGA buffer cached to disk by the DBWR background process, and from the PGA by processes performing direct writes.

This test checks the data blocks written disk per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Physical writes are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined Physical writes are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaWrites/Seconds where:

  • DeltaWrites: difference in 'select value from v$sysstat where name='physical writes'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

Because this statistic shows both DBWR writes as well as direct writes by sessions, you should view the physical writes directly to determine where the write activity is actually occurring. If the physical writes direct value comprises a large portion of the writes, then there are probably many sorts or writes to temporary tablespaces occurring.

If the majority of the writes are not direct, they are being performed by the DBWR writes process. This is only be a problem if log writer or redo waits are showing up in the Sessions Waiting for this Event page or the Top Waits page sorted by Time Waited.

5.84.53 Physical Writes (per transaction)

This metric represents the number of disk writes per transaction during the sample period.

The value of this statistic is zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name is a better indicator of current performance.

This test checks the data blocks written disk per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Physical writes are %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Physical writes are %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived using the following formula:

DeltaWrites/Transactions where:

  • DeltaWrites: difference in 'select value from v$sysstat where name='physical writes'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

Because this statistic shows both DBWR writes as well as direct writes by sessions, you should view the physical writes directly to determine where the write activity is really occurring. If the physical writes direct value comprises a large portion of the writes, then there are likely many sorts or writes to temporary tablespaces that are occurring.

If the majority of the writes are not direct, they are being performed by the DBWR writes process. This will typically only be a problem if log writer or redo waits are showing up in the Sessions Waiting for this Event page or the Top Waits page sorted by Time Waited.

5.84.54 Physical Writes Direct (per second)

This metric represents the number of direct physical writes per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical writes direct/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central on the Database Home page.

5.84.55 Physical Writes Direct (per transaction)

This metric represents the number of direct physical writes per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical writes direct/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.56 Physical Writes Direct Lobs (per second)

This metric represents the number of direct large object (LOB) physical writes per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical writes direct (lob)/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.57 Physical Writes Direct Lobs (per transaction)

This metric represents the number of direct large object (LOB) physical writes per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

physical writes direct (lob)/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.58 Recursive Calls (per second)

This metric represents the number of recursive calls, per second during the sample period.

Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used. Recursive calls are also generated:

  • When data dictionary information is not available in the data dictionary cache and must be retrieved from disk

  • In the firing of database triggers

  • In the execution of DDL statements

  • In the execution of SQL statements within stored procedures, functions, packages and anonymous PL/SQL blocks

  • In the enforcement of referential integrity constraints

This test checks the number of recursive SQL calls per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Recursive call rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Recursive call rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRecursiveCalls/Seconds where:

  • DeltaRecursiveCalls: difference in 'select value from v$sysstat where name='recursive calls'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

If the Oracle Server appears to be making excessive recursive calls while your application is running, determine what activity is causing these recursive calls. If you determine that the recursive calls are caused by dynamic extension, either reduce the frequency of extension by allocating larger extents or, if you are using Oracle8i, considering taking advantage of locally managed tablespaces.

5.84.59 Recursive Calls (per transaction)

This metric represents the number of recursive calls, per second during the sample period.

Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used. Recursive calls are also generated:

  • When data dictionary information is not available in the data dictionary cache and must be retrieved from disk

  • In the firing of database triggers

  • In the execution of DDL statements

  • In the execution of SQL statements within stored procedures, functions, packages and anonymous PL/SQL blocks

  • In the enforcement of referential integrity constraints

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of calls that result in changes to internal tables. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Recursive call rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined Recursive rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRecursiveCalls/Transactions where:

  • DeltaRecursiveCalls: difference in 'select value from v$sysstat where name='recursive calls'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

If the Oracle Server appears to be making excessive recursive calls while your application is running, determine what activity is causing these recursive calls. If you determine that the recursive calls are caused by dynamic extension, either reduce the frequency of extension by allocating larger extents or, if you are using Oracle8i, considering taking advantage of locally managed tablespaces.

5.84.60 Redo Generated (per second)

This metric represents the amount of redo, in bytes, generated per second during this sample period.

The redo log buffer is a circular buffer in the SGA that holds information about changes made to the database. This information is stored in redo entries. Redo entries contain the information necessary to reconstruct, or redo, changes made to the database by INSERT, UPDATE, DELETE, CREATE, ALTER or DROP operations. Redo entries can be used for database recovery if necessary.

This test checks the amount of redo in bytes generated per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Redo generated is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Redo generated is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRedoSize/Seconds where:

  • DeltaRedoSize: difference in 'select value from v$sysstat where name='redo size'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

The LOG_BUFFER initialization parameter determines the amount of memory that is used when redo entries are buffered to the redo log file.

Consider increasing the LOG_BUFFER initialization parameter to increase the size of the redo log buffer should waiting be a problem. Redo log entries contain a record of the changes that have been made to the database block buffers. The log writer process (LGWR) writes redo log entries from the log buffer to a redo log. The redo log buffer should be sized so space is available in the log buffer for new entries, even when access to the redo log is heavy.

5.84.61 Redo Generated (per transaction)

This metric represents the amount of redo, in bytes, generated per transaction during this sample period.

The redo log buffer is a circular buffer in the SGA that holds information about changes made to the database. This information is stored in redo entries. Redo entries contain the information necessary to reconstruct, or redo, changes made to the database by INSERT, UPDATE, DELETE, CREATE, ALTER or DROP operations. Redo entries are used for database recovery, if necessary.

The value of this statistic is zero if there have been no write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the amount of redo in bytes generated per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Redo generated is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined Redo generated is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRedoSize/DeltaTransactions where:

  • DeltaRedoSize: difference in 'select value from v$sysstat where name='redo size'' between end and start of sample period

  • Transactions: difference in 'select value from v$sysstat where name = 'user commits'' between end and start of sample period

User Action

The LOG_BUFFER initialization parameter determines the amount of memory that is used when buffering redo entries to the redo log file.

Consider increasing the LOG_BUFFER initialization parameter to increase the size of the redo log buffer should waiting be a problem. Redo log entries contain a record of the changes that have been made to the database block buffers. The log writer process (LGWR) writes redo log entries from the log buffer to a redo log. The redo log buffer should be sized so space is available in the log buffer for new entries, even when access to the redo log is heavy.

5.84.62 Redo Writes (per second)

This metric represents the number redo write operations per second during this sample period.

The redo log buffer is a circular buffer in the SGA that holds information about changes made to the database. This information is stored in redo entries. Redo entries contain the information necessary to reconstruct, or redo, changes made to the database by INSERT, UPDATE, DELETE, CREATE, ALTER or DROP operations. Redo entries can be used for database recovery if necessary.

The log writer processes (LGWR) is responsible for redo log buffer management, that is, writing the redo log buffer to a redo log file on disk.

This test checks the number of writes by LGWR to the redo log files per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Redo write rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Redo write rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRedoWrites/Seconds where:

  • DeltaRedoWrites: difference in 'select value from v$sysstat where name='redo writes'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

The LOG_BUFFER initialization parameter determines the amount of memory that is used when redo entries are buffered to the redo log file.

Should waiting be a problem, consider increasing the LOG_BUFFER initialization parameter to increase the size of the redo log buffer. Redo log entries contain a record of the changes that have been made to the database block buffers. The log writer process (LGWR) writes redo log entries from the log buffer to a redo log. The redo log buffer should be sized so space is available in the log buffer for new entries, even when access to the redo log is heavy.

5.84.63 Redo Writes (per transaction)

This metric represents the number of redo write operations per second during this sample period.

The redo log buffer is a circular buffer in the SGA that holds information about changes made to the database. This information is stored in redo entries. Redo entries contain the information necessary to reconstruct, or redo, changes made to the database by INSERT, UPDATE, DELETE, CREATE, ALTER or DROP operations. Redo entries are used for database recovery, if necessary.

The log writer process (LGWR) is responsible for redo log buffer management, that is writing the redo log buffer to a redo log file on disk.

This test checks the number of writes by LGWR to the redo log files per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Redo write rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds. The 'Consecutive Number of Occurrences Preceding Notification' column indicates the consecutive number of times the comparison against thresholds should hold TRUE before an alert is generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Redo write rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRedoWrites/(DeltaCommits+DeltaRollbacks) where:

  • DeltaRedoWrites: difference in 'select s.value from v$sysstat s, v$statname n where n.name='redo writes' and n.statistic#=s.statistic#' between sample end and start

  • DeltaCommits: difference in 'select s.value from v$sysstat s, v$statname n where n.name='user commits' and n.statistic#=s.statistic#' between sample end and sample start

  • DeltaRollbacks: difference in 'select s.value from v$sysstat s, v$statname n where n.name='user commits' and n.statistic#=s.statistic#' between sample end and sample start

User Action

The LOG_BUFFER initialization parameter determines the amount of memory that is used when buffering redo entries to the redo log file.

Consider increasing the LOG_BUFFER initialization parameter to increase the size of the redo log buffer should waiting be a problem. Redo log entries contain a record of the changes that have been made to the database block buffers. The log writer process (LGWR) writes redo log entries from the log buffer to a redo log. The redo log buffer should be sized so space is available in the log buffer for new entries, even when access to the redo log is heavy.

5.84.64 Rows Processed (per sort)

This metric represents the average number of rows per sort during this sample period.

This test checks the average number of rows per sort during sample period. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Average sort size is %value% rows.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Average sort size is %value% rows.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

(DeltaSortRows/(DeltaDiskSorts + DeltaMemorySorts)) * 100 where:

  • DeltaSortRows: difference in 'select value from v$sysstat where name='sorts (rows)'' between sample end and start

  • DeltaMemorySorts: difference in 'select value from v$sysstat where name='sorts (memory)'' between sample end and start

  • DeltaDiskSorts: difference in 'select value from v$sysstat where name='sorts (disk)'' between sample end and start

User Action

This statistic displays the average number of rows that are being processed per sort. The size provides information about the sort size of the database. This can help you to determine the SORT_AREA_SIZE appropriately. If the rows per sort are high, you should investigate the sessions and SQL performing the most sorts to see if those SQL statements can be tuned to reduce the size of the sort sample set.

The sessions that are performing the most sorts should be identified, such that the SQL they are executing can be further identified. The sort area sizes for the database may be sized correctly and the application SQL may be performing unwanted or excessive sorts. The sessions performing the most sorts are available through the Top Sessions page sorted by Disk Sorts.

Further drilldown into the session performing the most disk sorts with the Current SQL page displays the SQL statement responsible for the disk sorts.

The Top SQL page sorted by Sorts provides a mechanism to quickly display the SQL statements in the cache presented in sorted order by their number of sort operations. This is an alternative to viewing the sort of current sessions. It allows you to view sort activity via SQL statements and contains cumulative statistics for all executions of that statement.

If excessive sorts are taking place on disk and the queries are correct, consider increasing the SORT_AREA_SIZE initialization parameter to increase the size of the sort area. A larger sort area allows the Oracle Server to keep sorts in memory, reducing the number of I/O operations required to do an equivalent amount of work using the current sort area size.

5.84.65 Scans on Long Tables (per second)

This metric represents the number of long table scans per second during sample period. A table is considered 'long' if the table is not cached and if its high-water mark is greater than 5 blocks.

This test checks the long table scans per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Rate of scans on long tables is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Rate of scans on long tables is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaScans/Seconds where:

  • DeltaScans: difference in 'select value from v$sysstat where name='table scans (long tables)'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

A table scan means that the entire table is being scanned record by record in order to satisfy the query. For small tables that can easily be read into and kept in the buffer cache this may be advantageous. But for larger tables this will force a lot of physical reads and potentially push other needed buffers out of the cache. SQL statements with large physical read and logical read counts are candidates for table scans. They can be identified either through the Top SQL page sorted by Physical Reads, or through the Top Sessions page sorted by Physical Reads, with a drilldown to the current SQL for a session.

5.84.66 Scans on Long Tables (per transaction)

This metric represents the number of long table scans per transaction during sample period. A table is considered 'long' if the table is not cached and if its high-water mark is greater than 5 blocks.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of long table scans per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Rate of scans on long tables is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Rate of scans on long tables is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaScans/Transactions where:

  • DeltaScans: difference in 'select value from v$sysstat where name='table scans (long tables)'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

A table scan means that the entire table is being scanned record by record in order to satisfy the query. For small tables that can easily be read into and kept in the buffer cache this may be advantageous. But for larger tables this will force a lot of physical reads and potentially push other needed buffers out of the cache. SQL statements with large physical read and logical read counts are candidates for table scans. They can be identified either through the Top SQL page sorted by Physical Reads, or through the Top Sessions page sorted by Physical Reads, with a drilldown to the current SQL for a session.

5.84.67 Session Logical Reads (per second)

This metric represents the number of logical reads per second during the sample period. A logical read is a read request for a data block from the SGA. Logical reads may result in a physical read if the requested block does not reside with the buffer cache.

This test checks the logical(db block gets + consistent gets) reads per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Session logical reads are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Session logical reads are %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

LogicalReads/Seconds where:

  • LogicalReads: difference in 'select value from v$sysstat where name='session logical reads'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

Excessive logical reads, even if they do not result in physical reads, can still represent an area that should be considered for performance tuning. Typically large values for this statistic indicate that full table scans are being performed. To identify the SQL that is performing the most logical reads (buffer gets), use the Top SQL page sorted by Buffer Gets. This quickly identifies the SQL responsible for the bulk of the logical reads. You can further investigate these SQL statements via drilldowns. Tuning these SQL statements will reduce your buffer cache access.

5.84.68 Session Logical Reads (per transaction)

This metric represents the number of logical reads per transaction during the sample period.

The value of this statistic is zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the logical (db block gets + consistent gets) reads per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Session logical reads are %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Session logical reads are %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaReads/Transactions where:

  • DeltaReads: difference in 'select value from v$sysstat where name='session logical reads'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

Excessive logical reads, even if they do not result in physical reads, can still represent an area that should be considered for performance tuning. Typically large values for this statistic indicate that full table scans are being performed. To identify the SQL that is performing the most logical reads (buffer gets) use the Top SQL page sorted by Buffer Gets. This quickly identifies the SQL responsible for the bulk of the logical reads.

5.84.69 Soft Parse (%)

A soft parse is recorded when the Oracle Server checks the shared pool for a SQL statement and finds a version of the statement that it can reuse.

This metric represents the percentage of parse requests where the cursor was already in the cursor cache compared to the number of total parses. This ratio provides an indication as to how often the application is parsing statements that already reside in the cache as compared to hard parses of statements that are not in the cache.

This test checks the percentage of soft parse requests to total parse requests. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Only %value%%% of parses are soft parses.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Only %value%%% of parses are soft parses.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

((DeltaParseCountTotal - DeltaParseCountHard) / DeltaParseCountTotal) * 100 where:

  • DeltaParseCountTotal: difference in 'select value from v$sysstat where name='parse count (total)'' between sample end and start

  • DeltaParseCountHard: difference in 'select value from v$sysstat where name='parse count (hard)'' between sample end and start

User Action

Soft parses consume less resources than hard parses, so the larger the value for this item, the better. But many soft parses indicate the application is using SQL inefficiently. Reparsing the statement, even if it is a soft parse, requires a network round trip from the application to the database, as well as requiring the processing time to locate the previously compiled statement in the cache. Reducing network round trips and unnecessary processing will improve application performance.

If this metric value is below 80% you should look at the Top Sessions page sorted by Hard Parses. This page lists the sessions that are currently performing the most hard parses. Starting with these sessions and the SQL statements they are executing will indicate which applications and corresponding SQL statements are being used inefficiently.

If the metric is currently showing a high value, the expensive hard parses are not occurring but the application can still be tuned by reducing the amount of soft parses. Visit the Top SQL page sorted by Parses to identify the SQL statements that have been most parsed. This will allow you to quickly identify SQL that is being re-parsed unnecessarily. You should investigate these statements first for possible application logic changes such that cursors are opened once, and executed or fetched from many times.

5.84.70 Sorts to Disk (per second)

This metric represents the number of sorts going to disk per second for this sample period. For best performance, most sorts should occur in memory, because sorts to disks are expensive to perform. If the sort area is too small, extra sort runs will be required during the sort operation. This increases CPU and I/O resource consumption.

This test checks the number of sorts performed to disk per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined The rate of sorts to disk is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined The rate of sorts to disk is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaDiskSorts/Seconds where:

  • DeltaDiskSorts: difference in 'select value from v$sysstat where name='sorts (disk)'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

The sessions that are performing the most sorts should be identified, such that the SQL they are executing can be further identified. The sort area sizes for the database may be sized correctly, the application SQL may be performing unwanted or excessive sorts. The sessions performing the most sorts are available through the Top Sessions sorted by Disk Sorts page.

Further drilldown into the session performing the most disk sorts with the Current SQL page will show you the SQL statement responsible for the disk sorts.

The Top SQL page sorted by Sorts provides a mechanism to quickly display the SQL statements in the cache, presented in sorted order by their number sort operations. This is an alternative to viewing sort of current sessions, it allows you to view sort activity via SQL statements, and will contain cumulative statistics for all executions of that statement.

If excessive sorts are taking place on disk, and the query's are correct, consider increasing the SORT_AREA_SIZE initialization parameter to increase the size of the sort area. A larger sort area will allow the Oracle Server to keep sorts in memory, reducing the number of I/O operations required to do an equivalent amount of work using the current sort area size.

5.84.71 Sorts to Disk (per transaction)

This metric represents the number of sorts going to disk per transactions for this sample period. For best performance, most sorts should occur in memory, because sorts to disks are expensive to perform. If the sort area is too small, extra sort runs will be required during the sort operation. This increases CPU and I/O resource consumption.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of sorts performed to disk per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined The rate of sorts to disk is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined The rate of sorts to disk is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaDiskSorts/Transactions where:

  • DeltaDiskSorts: difference in 'select value from v$sysstat where name='sorts (disk)'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

The sessions that are performing the most sorts should be identified, such that the SQL they are executing can be further identified. The sort area sizes for the database may be sized correctly, the application SQL may be performing unwanted or excessive sorts. The sessions performing the most sorts are available through the Top Sessions page sorted by Disk Sorts.

Further drilldown into the session performing the most disk sorts with the Current SQL page will show you the SQL statement responsible for the disk sorts.

The Top SQL page sorted by Sorts provides a mechanism to quickly display the SQL statements in the cache, presented in sorted order by their number sort operations. This is an alternative to viewing sort of current sessions, it allows you to view sort activity via SQL statements, and will contain cumulative statistics for all executions of that statement.

If excessive sorts are taking place on disk, and the query's are correct, consider increasing the SORT_AREA_SIZE initialization parameter to increase the size of the sort area. A larger sort area will allow the Oracle Server to keep sorts in memory, reducing the number of I/O operations required to do an equivalent amount of work using the current sort area size.

5.84.72 Total Index Scans (per second)

This metric represents the total number of index scans per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

index scans kdiixs1/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.73 Total Index Scans (per transaction)

This metric represents the total number of index scans per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

index scans kdiixsl/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.74 Total Parses (per second)

This number reflects the total number of parses per second, both hard and soft. A hard parse occurs when a SQL statement has to be loaded into the shared pool. In this case, the Oracle Server has to allocate memory in the shared pool and parse the statement. A soft parse is recorded when the Oracle Server checks the shared pool for a SQL statement and finds a version of the statement that it can reuse.

Each time a particular SQL cursor is parsed, this count will increase by one. There are certain operations which will cause a SQL cursor to be parsed. Parsing a SQL statement breaks it down into atomic steps which the optimizer will evaluate when generating an execution plan for the cursor.

This test checks the number of parse calls per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Total parse rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Total parse rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaParses/Seconds where:

  • DeltaParses: difference in 'select value from v$sysstat where name='parse count (total)'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

If there appears to be excessive time spent parsing, evaluate SQL statements to determine which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The Top Sessions page sorted by Hard Parses will show you which sessions are incurring the most hard parses. Hard parses happen when the server parses a query and cannot find an exact match for the query in the library cache. Hard parses can be avoided by sharing SQL statements efficiently. The use of bind variables instead of literals in queries is one method to increase sharing.

By showing you which sessions are incurring the most hard parses, this page may lead you to the application or programs that are the best candidates for SQL rewrites.

Also, examine SQL statements which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The SHARED_POOL_SIZE initialization parameter controls the total size of the shared pool. Consider increasing the SHARED_POOL_SIZE to decrease the frequency in which SQL requests are being flushed from the shared pool to make room for new requests.

To take advantage of the additional memory available for shared SQL areas, you may also need to increase the number of cursors permitted per session. You can increase this limit by increasing the value of the initialization parameter OPEN_CURSORS.

5.84.75 Total Parses (per transaction)

This number reflects the total number of parses per transaction, both hard and soft. A hard parse occurs when a SQL statement has to be loaded into the shared pool. In this case, the Oracle Server has to allocate memory in the shared pool and parse the statement. A soft parse is recorded when the Oracle Server checks the shared pool for a SQL statement and finds a version of the statement that it can reuse.

Each time a particular SQL cursor is parsed, this count will increase by one. There are certain operations which will cause a SQL cursor to be parsed. Parsing a SQL statement breaks it down into atomic steps which the optimizer will evaluate when generating an execution plan for the cursor.

This test checks the number of parse calls per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Total parse rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined Total parse rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaParses/Transactions where:

  • DeltaParses: difference in 'select value from v$sysstat where name='parse count (total)'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

If there appears to be excessive time spent parsing, evaluate SQL statements to determine which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The Top Sessions page sorted by Hard Parses will show you which sessions are incurring the most hard parses. Hard parses happen when the server parses a query and cannot find an exact match for the query in the library cache. Hard parses can be avoided by sharing SQL statements efficiently. The use of bind variables instead of literals in queries is one method to increase sharing.

By showing you which sessions are incurring the most hard parses, this page may lead you to the application or programs that are the best candidates for SQL rewrites.

Also, examine SQL statements which can be modified to optimize shared SQL pool memory use and avoid unnecessary statement reparsing. This type of problem is commonly caused when similar SQL statements are written which differ in space, case, or some combination of the two. You may also consider using bind variables rather than explicitly specified constants in your statements whenever possible.

The SHARED_POOL_SIZE initialization parameter controls the total size of the shared pool. Consider increasing the SHARED_POOL_SIZE to decrease the frequency in which SQL requests are being flushed from the shared pool to make room for new requests.

To take advantage of the additional memory available for shared SQL areas, you may also need to increase the number of cursors permitted per session. You can increase this limit by increasing the value of the initialization parameter OPEN_CURSORS.

5.84.76 Total Table Scans (per second)

This metric represents the number of long and short table scans per second during the sample period. A table is considered 'long' if the table is not cached and if its high-water mark is greater than 5 blocks.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Total table scan rate is %value%/sec.
10g, 11g, 12c Not Defined Not Defined Not Defined Not Defined

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Total table scan rate is %value%/sec.
10g, 11g, 12c Every10 Minutes Not Defined Not Defined Not Defined

Data Source

The data is derived from the following formula:

(DeltaLongScans + DeltaShortScans)/Seconds:

  • DeltaLongScans: difference in 'select value from v$sysstat where name='table scans (long tables)'' between end and start of sample period

  • DeltaShortScans: difference in 'select value from v$sysstat where name='table scans (short tables)'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

A table scan indicates that the entire table is being scanned record-by-record in order to satisfy the query. For small tables that can easily be read into and kept in the buffer cache, this may be advantageous. But larger tables will force many physical reads and potentially push other required buffers out of the cache. SQL statements with large physical read and logical read counts are candidates for table scans. They can be identified through two different methods. The Top Sessions page sorted by Physical Reads displays sessions that are responsible for the current I/O activity. The Top SQL page sorted by Physical Reads lists the SQL statements in the cache by the amount of I/O they have performed. Some of these SQL statements may have high I/O numbers but they may not be attributing to the current I/O load.

5.84.77 Total Table Scans (per transaction)

This metric represents the number of long and short table scans per transaction during the sample period. A table is considered 'long' if the table is not cached and if its high-water mark is greater than 5 blocks.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Total table scan rate is %value% / transaction.
10g, 11g, 12c Not Defined Not Defined Not Defined Not Defined

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined Total table scan rate is %value%/ transaction.
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined Not Defined

Data Source

The data is derived from the following formula:

(DeltaLongScans + DeltaShortScans)/Transactions:

  • DeltaLongScans: difference in 'select value from v$sysstat where name='table scans (long tables)'' between end and start of sample period

  • DeltaShortScans: difference in 'select value from v$sysstat where name='table scans (short tables)'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

A table scan indicates that the entire table is being scanned record-by-record in order to satisfy the query. For small tables that can easily be read into and kept in the buffer cache, this may be advantageous. But larger tables will force many physical reads and potentially push other required buffers out of the cache. SQL statements with large physical read and logical read counts are candidates for table scans. They can be identified through two different methods. The Top Sessions page sorted by Physical Reads displays sessions that are responsible for the current I/O activity. The Top SQL page sorted by Physical Reads lists the SQL statements in the cache by the amount of I/O they have performed. Some of these SQL statements may have high I/O numbers but they may not be attributing to the current I/O load.

5.84.78 User Calls (%)

This metric represents the percentage of user calls to recursive calls.

Occasionally, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used. Recursive calls are also generated:

When data dictionary information is not available in the data dictionary cache and must be retrieved from disk.

  • In the firing of database triggers

  • In the execution of DDL statements

  • In the execution of SQL statements within stored procedures, functions, packages and anonymous PL/SQL blocks

  • In the enforcement of referential integrity constraints

This test checks the percentage of user calls to recursive calls. If the value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined %value%%% of calls are user calls.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User call rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

(DeltaUserCalls/(DeltaRecursiveCalls + DeltaUserCalls)) * 100 where:

  • DeltaRecursiveCalls: difference in 'select value from v$sysstat where name='recursive calls'' between sample end and start

  • DeltaUserCalls: difference in 'select value from v$sysstat where name='user calls'' between sample end and start

User Action

A low value for this metric means that the Oracle Server is making a large number of recursive calls. If the Oracle Server appears to be making excessive recursive calls while your application is running, determine what activity is causing these recursive calls. If you determine that the recursive calls are caused by dynamic extension, either reduce the frequency of extension by allocating larger extents or, if you are using Oracle8i, considering taking advantage of locally managed tablespaces.

5.84.79 User Calls (per second)

This metric represents the number of logins, parses, or execute calls per second during the sample period.

This test checks the number of logins, parses, or execute calls. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User call rate is %value%/sec.

Target Version Server Evaluation Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User call rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaUserCalls/Seconds where:

  • DeltaUserCalls: difference in 'select value from v$sysstat where name='user calls'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

This statistic is a reflection of how much activity is going on within the database. Spikes in the total user call rate should be investigated to determine which of the underlying calls is actually increasing. Parse, execute and logon calls each signify different types of user or application actions and should be addressed individually. User Calls is an overall activity level monitor.

5.84.80 User Calls (per transaction)

This metric represents the number of logins, parses, or execute calls per transaction during the sample period.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of logins, parses, or execute calls per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User call rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User call rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaUserCalls/Transactions where:

  • DeltaUserCalls: difference in 'select value from v$sysstat where name='user calls'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

This statistic is a reflection of how much activity is going on within the database. Spikes in the total user call rate should be investigated to determine which of the underlying calls is actually increasing. Parse, execute and logon calls each signify different types of user or application actions and should be addressed individually. User Calls is an overall activity level monitor.

5.84.81 User Commits (per second)

This metric represents the number of user commits performed, per second during the sample period. When a user commits a transaction, the redo generated that reflects the changes made to database blocks must be written to disk. Commits often represent the closest thing to a user transaction rate.

This test checks the number of user commits per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User commit rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User commit rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaCommits/Seconds where:

  • DeltaCommits: difference in 'select value from v$sysstat where name='user commits'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

This statistic is an indication of how much work is being accomplished within the database. A spike in the transaction rate may not necessarily be bad. If response times stay close to normal, it means your system can handle the added load. Actually, a drop in transaction rates and an increase in response time may be indicators of problems. Depending upon the application, transaction loads may vary widely across different times of the day.

5.84.82 User Commits (per transaction)

This metric represents the number of user commits performed, per transaction during the sample period. When a user commits a transaction, the redo generated that reflects the changes made to database blocks must be written to disk. Commits often represent the closest thing to a user transaction rate.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the number of user commits per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User commit rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every10 Minutes Not Defined Not Defined User commit rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaCommits/Transactions where:

  • DeltaCommits: difference in 'select value from v$sysstat where name='user commits'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

This statistic is an indication of how much work is being accomplished within the database. A spike in the transaction rate may not necessarily be bad. If response times stay close to normal, it means your system can handle the added load. Actually, a drop in transaction rates and an increase in response time may be indicators of problems. Depending upon the application, transaction loads may vary widely across different times of the day.

5.84.83 User Rollback Undo Records Applied (per second)

This metric represents the number of undo records applied to user-requested rollback changes per second.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

(rollback changes - undo records applied)/time

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.84 User Rollback Undo Records Applied (per transaction)

This metric represents the number of undo records applied to user-requested rollback changes per transaction.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following table shows how often the metric's value is collected and compared against the default thresholds.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

(rollback changes - undo records applied)/transactions

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.84.85 User Rollbacks (per second)

This metric represents the number of times, per second during the sample period, that users manually issue the ROLLBACK statement or an error occurred during a user's transactions.

This test checks the number of rollbacks per second. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User rollback rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User rollback rate is %value%/sec.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRollbacks/Seconds where:

  • DeltaRollbacks: difference in 'select value from v$sysstat where name='user rollbacks'' between end and start of sample period

  • Seconds: number of seconds in sample period

User Action

This value shows how often users are issuing the ROLLBACK statement or encountering errors in their transactions. Further investigation should be made to determine if the rollbacks are part of some faulty application logic or due to errors occurring through database access.

5.84.86 User Rollbacks (per transaction)

This metric represents the number of times, per transaction during the sample period, that users manually issue the ROLLBACK statement or an error occurred during a user's transactions.

The value of this statistic will be zero if there have not been any write or update transactions committed or rolled back during the last sample period. If the bulk of the activity to the database is read only, the corresponding per second metric of the same name will be a better indicator of current performance.

This test checks the Number of rollbacks per transaction. If the value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined User rollback rate is %value% / transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Not Defined Not Defined Not Defined Generated By Database Server

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 10 Minutes Not Defined Not Defined User rollback rate is %value%/ transaction.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every Minute Every10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived from the following formula:

DeltaRollbacks/Transactions where:

  • DeltaRollbacks: difference in 'select value from v$sysstat where name='user rollbacks'' between end and start of sample period

  • Transactions: number of transactions in sample period

User Action

This value shows how often users are issuing the ROLLBACK statement or encountering errors in their transactions. Further investigation should be made to determine if the rollbacks are part of some faulty application logic or due to errors occurring through database access.

5.85 Total Objects by Schema

The metrics in this category contain the metric that provides the number of database objects in a schema.

5.85.1 Total Object Count

This metric displays the total number of database objects in a schema.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours Not Defined Not Defined %value% object(s) exist in the %owner% schema.

5.86 Total Tables by Schema

The metrics in this category contain the metric that provides the number of tables in a schema.

5.86.1 Total Table Count

This metric displays the total number of tables in a schema.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 24 Hours Not Defined Not Defined %value% table(s) exist in the %owner% schema.

5.87 User Audit

The metrics in this category contain the metrics used to represent logons to the database by audited users (such as SYS).

5.87.1 Audited User

This metric monitors specified database user connections. For example, an alert is displayed when a particular database user connection, specified by the User name filter argument, has been detected.

Metric Summary for Database Control

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
All Versions Every 15 Minutes SYS Not Defined User %value% logged on from %machine%.

Metric Summary for Cloud Control

The following tables show how often the metric's value is collected and compared against the default thresholds.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
Not Available Every 15 Minutes SYS - User %value% logged on from %machine%.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Username_Machine object.

If warning or critical threshold values are currently set for any Username_Machine object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Username_Machine object, use the Edit Thresholds page.

Data Source

The following command is the data source for each metric index:

SELECT uname, mname, TO_CHAR(count(uname)) , concat(concat(uname,'_'), mname) username_machine FROM
            (SELECT TRIM(TRANSLATE(username,CHR(0),' ')) uname, TRIM(TRANSLATE(machine,CHR(0),' ')) mname
            FROM v$session where type != 'BACKGROUND' and lower(program) not like 'rman%' and username is not null )
            GROUP by uname, mname

User Action

User actions may vary depending on the user connection that is detected.

5.87.2 Audited User - Host

This metric represents the host system from which the audited user's login originated.

Target Version Collection Frequency
All Versions Every 15 Minutes

Data Source

The following command is the data source for each metric index:

SELECT uname, mname, TO_CHAR(count(uname)) , concat(concat(uname,'_'), mname) username_machine FROM
       (SELECT TRIM(TRANSLATE(username,CHR(0),' ')) uname, TRIM(TRANSLATE(machine,CHR(0),' ')) mname
       FROM v$session where type != 'BACKGROUND' and lower(program) not like 'rman%' and username is not null )
       GROUP by uname, mname

User Action

Review the access to the database from this client machine.

5.87.3 Audited User Session Count

This metric represents the number of logons the audited user has from a given machine.

Target Version Collection Frequency
All Versions Every 15 Minutes

Data Source

The following command is the data source for each metric index:

SELECT uname, mname, TO_CHAR(count(uname)) , concat(concat(uname,'_'), mname) username_machine from
         (SELECT TRIM(TRANSLATE(username,CHR(0),' ')) uname, TRIM(TRANSLATE(machine,CHR(0),' ')) mname
          FROM v$session where type != 'BACKGROUND' and lower(program) not like 'rman%' and username is not null )
          GROUP by uname, mname

User Action

No user action is necessary.

5.88 User Block

The metrics in this category contain the metrics that tell to what extent, and how consistently, a given session is blocking multiple other sessions.

5.88.1 Blocking Session Count

This metric signifies that a database user is blocking at least one other user from performing an action, such as updating a table. An alert is generated if the number of consecutive blocking occurrences reaches the specified value.

Note: The catblock.sql script needs to be run on the managed database prior to using the User Blocks test. This script creates some additional tables, view, and public synonyms that are required by the User Blocks test.

Note: Unlike most metrics, which accept thresholds as real numbers, this metric can only accept an integer as a threshold.

For metrics available in Database Control, no data is collected. Only alerts are generated.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
8i, 9i Every 5 Minutes Not Defined Not Defined Session %sid% blocking %value% other sessions.

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 15 Minutes Not Defined Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Blocking Session ID object.

If warning or critical threshold values are currently set for any Blocking Session ID object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Blocking Session ID object, use the Edit Thresholds page.

Data Source

The data is derived from the following formula:

SELECT SUM(num_blocked) 
  FROM (SELECT id1, id2, MAX(DECODE(block, 1, sid, 0)) blocking_sid,
    SUM(DECODE(request, 0, 0, 1)) num_blocked 
    FROM v$lock 
      WHERE block = 1 OR request>0 
      GROUP BY id1, id2) 
  GROUP BY blocking SID 

User Action

Either have user who is blocking other users rollback the transaction, or wait until the blocking transaction has been committed.

5.89 User Block Chain

The metrics in this category collect information on lock chains, including DB time currently accumulated per chain and the blocked sessions for each chain.

5.89.1 Blocking Session Count

This metric represents the total number of sessions blocked in this chain.

Target Version Collection Frequency
10g, 11g, 12c Every 15 Minutes

Data Source

The data is derived from the v$lock and v$session views.

User Action

No user action is required.

5.89.2 Blocking Session DB Time

This metric represents the total DB time currently accumulated in this chain.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined Total db time %value% seconds is consumed by %count% sessions blocked by session (%blocker_session_info%).

Data Source

The data is derived from the v$lock and v$session views.

User Action

No user action is required.

5.90 User Locks

The metrics in this category provide information regarding user locks.

Enterprise Manager will issue the alert when the Maximum Blocked Session Count or maximum blocked DB time (seconds) of transactional locks: TM, TX, UL reach the threshold.

5.90.1 Maximum Blocked DB Time (seconds)

This metric represents the maximum time wasted in any given lock chain, not for the total time wasted by everyone in any lock chain.

Target Version Key Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9i, 10g, 11g, 12c lockType: "TM" Every 10 Minutes Not Defined Not Defined %value% seconds in DB Time is spent waiting for %lockType% lock.
9i, 10g, 11g, 12g lockType: "TX" Every 10 Minutes Not Defined Not Defined %value% seconds in DB Time is spent waiting for %lockType% lock.
9i, 10g, 11g, 12c lockType: "UL" Every 10 Minutes Not Defined Not Defined %value% seconds in DB Time is spent waiting for %lockType% lock.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each User Lock Type object.

If warning or critical threshold values are currently set for any User Lock Type object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each User Lock Type object, use the Edit Thresholds page.

Data Source

The data for the metric is retrieved from database view gv$session.

User Action

User can set the threshold for warning alert or critical alert for maximum Blocked DB Time (seconds). When maximum time wasted in any given lock chain reaches the threshold, Enterprise Manager will issue the alert.

5.90.2 Maximum Blocked Session Count

This metric represents the maximum length of any lock chain, not for the total number of people stuck in lock chains.

Target Version Key Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
9i, 10g, 11g, 12c lockType: "TM" Every 10 Minutes Not Defined Not Defined %value% sessions are blocked by %lockType% lock.
9i, 10g, 11g, 12c lockType: "TX" Every 10 Minutes Not Defined Not Defined %value% sessions are blocked by %lockType% lock.
9i, 10g, 11g, 12c lockType: "UL" Every 10 Minutes Not Defined Not Defined %value% sessions are blocked by %lockType% lock.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each User Lock Type object.

If warning or critical threshold values are currently set for any User Lock Type object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each User Lock Type object, use the Edit Thresholds page.

Data Source

The data for the metric is retrieved from database view gv$session.

User Action

User can set the threshold for warning alert or critical alert for Maximum Blocked Session Count. When maximum length of any lock chain reaches the threshold, Enterprise Manager will issue the alert.

5.91 User-Defined SQL

The metrics in this category enable you to execute your own SQL statements. The data returned by these SQL statements can be compared against thresholds and generate severity alerts similar to alerts in predefined metrics.

5.91.1 User-Defined Numeric Metric

This metric contains a value if the value type is NUMBER. Otherwise, the value is "", if the value is STRING.

Data Source

The data source is a SQL statement which can be either a Select statement or function that returns a single scalar value (numeric or string).

5.91.2 User-Defined String Metric

Contains a value if the value type is STRING. Otherwise, the value is "", if the value is NUMBER.

Data Source

The data source is a SQL statement which can be either a Select statement or function that returns a single scalar value (numeric or string).

5.92 Wait Bottlenecks

This metric category contains the metrics that approximate the percentage of time spent waiting by user sessions. This approximation takes system-wide totals and discounts the effects of sessions belonging to background processes.

5.92.1 Active Sessions Waiting: I/O

This metric represents the active sessions waiting for I/O.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

5.92.2 Active Sessions Waiting: Other

This metric represents all the waits that are neither idle nor user I/O.

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text
10g, 11g, 12c Every 10 Minutes Not Defined Not Defined The Management Agent generates the alert text.Foot 1 

Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

5.92.3 Buffer busy waits (%)

This wait happens when a session wants to access a database block in the buffer cache but it cannot because the buffer is busy. Another session is modifying the block and the contents of the block are in flux during the modification. To guarantee that the reader has a coherent image of the block with either all of the changes or none of the changes, the session modifying the block marks the block header with a flag letting other users know a change is taking place and to wait until the complete change is applied.

The two main cases where this wait can occur are:

  • Another session is reading the block into the buffer

  • Another session holds the buffer in an incompatible mode to our request

While the block is being changed, the block is marked as unreadable by others. The changes that are being made should last under a few hundredths of a second. A disk read should be under 20 milliseconds and a block modification should be under one millisecond. Therefore it will take a lot of buffer busy waits to cause a problem.

However, in a problem situation, there is usually a hot block, such as the first block on the free list of a table, with high concurrent inserts. All users will insert into that block at the same time, until it fills up, then users start inserting into the next free block on the list, and so on.

Another example of a problem is of multiple users running full table scans on the same large table at the same time. One user will actually read the block physically off disk, and the other users will wait on Buffer Busy Wait for the physical I/O to complete.

Table 5-22 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every Minute

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'buffer busy waits' event.


Data Source

The data is derived from the following formula:

(DeltaBufferBusyWaitsTime/DeltaServiceTime)*100 where:

  • DeltaBufferBusyWaitsTime: difference of 'sum of time waited for sessions of foreground processes on the 'buffer busy waits' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Look at v$waitstat (or the buffer busy drill down page) and determine the block type with the highest waits.

Block Type and Action:

  • Undo Header - Use Automatic Undo Management (AUM) or add more RBS segments)

  • Undo Block - Use AUM (or increase RBS sizes)

  • Data Block - First determine if it is an I/O problem. The Buffer Busy Waits drill-down page should provide this information. Otherwise, sample from v$session_wait:

    SELECT p3, count(*) 
      FROM v$session_wait 
      WHERE event='buffer busy wait' ; 
    

    If p3 is less than 200 then it is an I/O problem. Either improve I/O performance or change application. Applications running concurrent batch jobs that do full table scans on the same large tables run into this problem.

  • Free List - Use ASSM (or freelists groups).

5.92.4 CPU Time Delta (sec)

This metric represents the time spent using CPU during the interval, measured in hundredths of a second.

Target Version Collection Frequency
8i, 9i, 9i Every 10 Minutes

Data Source

The difference of sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start.

User Action

No user action is necessary.

5.92.5 DB file scattered read (%)

This is the same type of event as "db file sequential read", except that Oracle will read multiple data blocks. Multi-block reads are typically used on full table scans. The name "scattered read" refers to the fact that multiple blocks are read into database block buffers that are 'scattered' throughout memory.

Table 5-23 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'db file scattered read' event.


Data Source

The data is derived from the following formula:

(DeltaDbFileScatteredReadTime/DeltaServiceTime)*100 where:

  • DeltaDbFileScatteredReadTime: difference of 'sum of time waited for sessions of foreground processes on the 'db file scattered read' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

If the TIME spent waiting for multiblock reads is significant, then it is helpful to determine against which segments Oracle is performing the reads. The files where the reads are occurring can be found by looking at the V$FILESTAT view where BLKS_READ / READS > 1. (A ratio greater than one indicates there are some multiblock reads occurring).

It is also useful to see which sessions are performing scans and trace them to see if the scans are expected. This statement can be used to see which sessions may be worth tracing:

SELECT sid, total_waits, time_waited 
  FROM v$session_event 
  WHERE event='db file scattered read' and total_waits>0 
  ORDER BY 3,2 ; 

You can also look at:

  • Statements with high DISK_READS in the V$SQL view

  • Sessions with high table scans blocks gotten in the V$SESSTAT view

5.92.6 DB file sequential read (%)

This event shows a wait for a foreground process while doing a sequential read from the database. The I/O is generally issued as a single I/O request to the OS. The wait blocks until the I/O request completes.

Table 5-24 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'db file sequential read' event.


Data Source

The data is derived from the following formula:

(DeltaDbFileSequentialReadTime/DeltaServiceTime)*100 where:

  • DeltaDbFileSequentialReadTime: difference of 'sum of time waited for sessions of foreground processes on the 'db file sequential read' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Because I/O is a normal activity, take notice of unnecessary or slow I/O activity. If the TIME spent waiting for I/Os is significant, then it can be determined for which segments Oracle has to go to disk. See the "Tablespace I/O" and "File I/O" sections of the ESTAT or STATSPACK reports to get information on which tablespaces and files are servicing the most I/O requests, and to get an indication of the speed of the I/O subsystem.

If the TIME spent waiting for reads is significant, then determine against which segments Oracle is performing the reads. The files where the reads are occurring can be found by looking at the V$FILESTAT view.

Also, see which sessions are performing reads and trace them to see if the I/Os are expected. You can use this statement to see which sessions are worth tracing:

SELECT sid, total_waits, time_waited 
  FROM v$session_event 
  WHERE event='db file sequential read' and total_waits>0 
  ORDER BY 3,2 ; 

You can also look at:

  • Statements with high DISK_READS in the V$SQL view

  • Sessions with high physical reads in the V$SESSTAT view

5.92.7 DB file single write (%)

This event is used to wait for the writing of the file headers.

Table 5-25 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'db file single write' event.


Data Source

The data is derived using the following formula:

(DeltaDbFileSingleWriteTime/DeltaServiceTime)*100 where:

  • DeltaDbFileSingleWriteTime: difference of 'sum of time waited for sessions of foreground processes on the 'db file single write' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

No user action is necessary.

5.92.8 Direct path read (%)

The session is waiting for a direct read to complete. A direct read is a physical I/O from a data file that bypasses the buffer cache and reads the data block directly into process-private memory.

If asynchronous I/O is supported (and in use), then Oracle can submit I/O requests and continue processing. Oracle can then pick up the results of the I/O request later and wait on "direct path read" until the required I/O completes.

If asynchronous I/O is not being used, then the I/O requests block until completed but these do not show as waits at the time the I/O is issued. The session returns later to pick up the completed I/O data but can then show a wait on "direct path read" even though this wait will return immediately.

This wait event is very misleading because:

  • The total number of waits does not reflect the number of I/O requests.

  • The total time spent in "direct path read" does not always reflect the true wait time.

This style of read request is typically used for:

  • Sort I/O (when a sort does not fit in memory)

  • Parallel Query slaves

  • Read ahead (where a process may issue an I/O request for a block it expects to need in the near future)

Table 5-26 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'direct path read' event.


Data Source

The data is derived using the following formula:

(DeltaDirectPathReadTime/DeltaServiceTime)*100 where:

  • DeltaDirectPathReadTime: difference of 'sum of time waited for sessions of foreground processes on the 'direct path read' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

In DSS type systems, or during heavy batch periods, waits on "direct path read" are normal. However, if the waits are significant on an OLTP style system, there may be a problem.

You can:

  • Examine the V$SESSION_EVENT view to identify sessions with high numbers of waits.

  • Examine the V$SESSTAT view to identify sessions with high "physical reads direct" (statistic only present in newer Oracle releases).

  • Examine the V$FILESTAT view to see where the I/O is occurring.

  • Examine the V$SQLAREA view for statements with SORTS and high DISK_READS (which may or may not be due to direct reads).

  • Determine whether the file indicates a temporary tablespace check for unexpected disk sort operations.

  • Ensure that the DISK_ASYNCH_IO parameter is set to TRUE. This is unlikely to reduce wait times from the wait event timings but may reduce sessions elapsed times (as synchronous direct I/O is not accounted for in wait event timings).

  • Ensure the OS asynchronous I/O is configured correctly.

  • Check for I/O heavy sessions and SQL and see if the amount of I/O can be reduced.

  • Ensure no disks are I/O bound.

5.92.9 Direct path read (lob) (%)

The session is waiting for a direct read of a large object (lob) to complete. A direct read is a physical I/O from a data file that bypasses the buffer cache and reads the data block directly into process-private memory.

If asynchronous I/O is supported (and in use), then Oracle can submit I/O requests and continue processing. Oracle can then pick up the results of the I/O request later and wait on "direct path read" until the required I/O completes.

If asynchronous I/O is not being used, then the I/O requests block until completed but these do not show as waits at the time the I/O is issued. The session returns later to pick up the completed I/O data but can then show a wait on "direct path read" even though this wait will return immediately.

This wait event is very misleading because:

  • The total number of waits does not reflect the number of I/O requests.

  • The total time spent in "direct path read" does not always reflect the true wait time.

This style of read request is typically used for:

  • Sort I/O (when a sort does not fit in memory)

  • Parallel Query slaves

  • Read ahead (where a process may issue an I/O request for a block it expects to need in the near future)

Table 5-27 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'direct path read (lob)' event.


Data Source

The data is derived using the following formula:

(DeltaDirectPathReadLobTime/DeltaServiceTime)*100 where:

  • DeltaDirectPathReadLobTime: difference of 'sum of time waited for sessions of foreground processes on the 'direct path read (lob)' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

For noncached lob segments, it is helpful to place the data files where the LOB SEGMENTS reside on a buffered disk, for example, on a File system disk. This placement allows the direct reads to benefit from a cache not on Oracle for data read operations.

5.92.10 Direct path write (%)

Session is waiting for a direct write to complete.

Direct path writes allow a session to queue an I/O write request and continue processing while the OS handles the I/O. If the session needs to know if an outstanding write is complete, then it waits for this wait event. This can happen because the session is either out of free slots and needs an empty buffer (it waits on the oldest I/O) or it needs to ensure all writes are flushed.

If asynchronous I/O is not being used, then the I/O write request blocks until it is completed but this does not show as a wait at the time the I/O is issued. The session returns later to pick up the completed I/O data but can then show a wait on "direct path write" even though this wait will return immediately.

This wait event is misleading because:

  • The total number of waits does not reflect the number of I/O requests.

  • The total time spent in "direct path write" does not always reflect the true wait time.

This style of read request is typically used for:

  • Sort I/O (when a sort does not fit in memory)

  • Parallel DML are issued to create and populate objects

  • Direct load operations, for example, Create Table as Select (CTAS)

Table 5-28 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'direct path write' event.


Data Source

The data is derived using the following formula:

(DeltaDirectPathWriteTime/DeltaServiceTime)*100 where:

  • DeltaDirectPathWriteTime: difference of 'sum of time waited for sessions of foreground processes on the 'direct path write' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

It is unusual to see lots of waits on "direct path write" except for specific jobs. If the figure is a large proportion of the overall wait time it is best to identify where the writes are coming from.

You can:

  • Examine the V$SESSION_EVENT view to identify sessions with high numbers of waits.

  • Examine the V$SESSTAT view to identify sessions with high "physical writes direct" (statistic only present in newer Oracle releases).

  • Examine the V$FILESTAT view to see where the I/O is occurring.

  • Determine whether the file indicates a temporary tablespace check for unexpected disk sort operations.

  • Ensure the DISK_ASYNCH_IO parameter is set to TRUE. This is unlikely to reduce wait times from the wait event timings but may reduce sessions elapsed times because synchronous direct I/O is not accounted for in wait event timings.

  • Ensure the OS asynchronous I/O is configured correctly.

  • Ensure no disks are I/O bound.

  • For parallel DML, check the I/O distribution across disks and make sure that the I/O subsystem is adequately sized for the degree of parallelism.

5.92.11 Direct path write (lob) (%)

Direct path write to a large object (LOB). The session is waiting on the operating system to complete the write operation.

Table 5-29 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'direct path write (lob)' event.


Data Source

The data is derived using the following formula:

(DeltaDirectPathWriteLobTime/DeltaServiceTime)*100 where:

  • DeltaDirectPathWriteLobTime: difference of 'sum of time waited for sessions of foreground processes on the 'direct path write (lob)' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

It is unusual to see lots of waits on "direct path write (lob)" except for specific jobs. If the figure is a large proportion of the overall wait time it is best to identify where the writes are coming from.

You can:

  • Examine the V$SESSION_EVENT view to identify sessions with high numbers of waits.

  • Examine the V$SESSTAT view to identify sessions with high "physical writes direct" (statistic only present in newer Oracle releases).

  • Examine the V$FILESTAT view to see where the I/O is occurring.

  • Determine whether the file indicates a temporary tablespace check for unexpected disk sort operations.

  • Ensure the DISK_ASYNCH_IO parameter is set to TRUE. This is unlikely to reduce wait times from the wait event timings but may reduce sessions elapsed times because synchronous direct I/O is not accounted for in wait event timings.

  • Ensure the OS asynchronous I/O is configured correctly.

  • Ensure no disks are I/O bound.

  • For parallel DML, check the I/O distribution across disks and make sure that the I/O subsystem is adequately sized for the degree of parallelism.

5.92.12 Enqueue - other (%)

Enqueues are local locks that serialize access to various resources. This wait event indicates a wait for a lock that is held by another session (or sessions) in an incompatible mode to the requested mode.

Table 5-30 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue' event, or any other 'enqueue:' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

The action to take depends on the lock type which is causing the most problems. The most common lock waits are generally for:

  • TX: Transaction Lock -- Generally due to application or table setup issues, for example row level locking conflicts and ITL allocation.

  • TM: DML enqueue -- Generally due to application issues, particularly if foreign key constraints have not been indexed.

  • ST: Space management enqueue -- Usually caused by too much space management occurring (for example, small extent sizes, lots of sorting, and so on).

  • HW: High Water Mark -- Concurrent users trying to extend a segment's high-water mark for space allocated.

In Oracle9i and earlier releases, all enqueue wait times are included in this alert.

To determine which enqueues are causing the most waits systemwide:

  • In Oracle9i and later, examine the V$ENQUEUE_STAT view thus:

    SELECT eq_type "Lock", total_req# "Gets", total_wait# "Waits", cum_wait_time
      FROM V$enqueue_stat 
      WHERE Total_wait# > 0 ; 
    
  • In Oracle8i and earlier, examine the X$KSQST view thus:

    SELECT ksqsttyp "Lock", ksqstget "Gets", ksqstwat "Waits" 
      FROM X$KSQST 
      where KSQSTWAT>0 ;
    

The above give the systemwide number of waits for each lock type. Remember that it only takes one long wait to distort the average wait time figures.

You can also examine:

  • Sessions with high numbers of "enqueue waits" in the V$SESSTAT view

  • Sampling of the V$LOCK view to find waiting / blocking sessions

5.92.13 Enqueue: DML - contention (%)

TM Per table locks are acquired during the execution of a transaction when referencing a table with a DML statement so that the object is not dropped or altered during the execution of the transaction, if and only if the dml_locks parameter is non-zero.

TM Locks are held for base table/partition operations under the following conditions:

  • Enabling of referential constraints

  • Changing constraints from DIASABLE NOVALIDATE to DISABLE VALIDATE

  • Rebuild of an IOT

  • Create View or Alter View operations

  • Analyze table compute statistics or validate structure

  • Parallel DML operations

Table 5-31 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: DML - contention' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueDMLTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueDMLTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: DML - contention' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Examine the database locks page and determine the user who is blocking another user and why, then decide the appropriate action.

5.92.14 Enqueue: HW, Segment High Water Mark - contention (%)

The HW enqueue is used to serialize the allocation of space above the high-water mark in an object.

This lock is acquired when a segment's high-water mark is moved, which typically is the case during heavy inserts.

Table 5-32 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: HW, Segment High Water Mark - contention' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueHWTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueHWTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: Segment High Water Mark - contention' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Use Locally Managed Tablespaces.

For version dictionary managed tablespaces:

  • Recreate the objects and preallocate extents with the following: ALTER TABLE...ALLOCATE EXTENT statements.

  • Increasing the number of free lists may help, as well as moving the high-water mark. This depends on the number of freelists.

5.92.15 Enqueue: ST, Space Transaction - contention (%)

When Oracle needs to perform a space management operation (such as allocating temporary segments for a sort) the user session acquires a special enqueue called the 'ST' enqueue.

Table 5-33 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: ST, Space Transaction - contention' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueSTTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueSTTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: Space Transaction - contention' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Ensure that temporary tablespaces are proper temporary tablespaces of type "temporary".

5.92.16 Enqueue: TM, TX, Transaction - row lock contention (%)

Two users are attempting to change the same row.

These locks are of type TX.

Table 5-34 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: TM,TX, Transaction - row lock contention' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueRowLockTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueRowLockTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: Transaction - row lock contention' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Examine the database locks page and determine the user who is blocking another user and why, then decide the appropriate action.

5.92.17 Enqueue: TX mode 4, Transaction - allocate ITL entry (%)

Oracle keeps note of which rows are locked by which transaction in an area at the top of each data block known as the 'interested transaction list'. The number of ITL slots in any block in an object is controlled by the INITRANS and MAXTRANS attributes. INITRANS is the number of slots initially created in a block when it is first used, while MAXTRANS places an upper bound on the number of entries allowed. Each transaction which wants to modify a block requires a slot in this 'ITL' list in the block.

Table 5-35 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: TX mode 4, Transaction - allocate ITL entry' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueAllocITLTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueAllocITLTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: TX mode 4, Transaction - allocate ITL entry' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

To increase the number of ITL slots, recreate the table and increase the INITRANS parameter for the object with the contention. An alter table statement can be run to increase the ITL slots by increasing the value for INITRANS, but this will only take effect for new blocks.

5.92.18 Enqueue: UL: User-defined - contention (%)

The metric reports issues caused by the application explicitly running commands of the nature "lock table".

Table 5-36 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'enqueue: UL: User-defined - contention' event.


Data Source

The data is derived using the following formula:

(DeltaEnqueueUserDefTime/DeltaServiceTime)*100 where:

  • DeltaEnqueueUserDefTime: difference of 'sum of time waited for sessions of foreground processes on the 'enqueue: User-defined - contention' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

This is an application issue. Determine where the application code is locking objects and why. Make relevant application changes if necessary.

Use the �Blocking Sessions� page to find lock holds and waits.

5.92.19 Free buffer waits (%)

This event occurs mainly when a server process is trying to read a new buffer into the buffer cache but too many buffers are either pinned or dirty and thus unavailable for reuse. The session posts to DBWR then waits for DBWR to create free buffers by writing out dirty buffers to disk.

DBWR may not be keeping up with writing dirty buffers in the following situations:

  • The I/O system is slow.

  • There are resources it is waiting for, such as latches.

  • The buffer cache is so small that DBWR spends most of it's time cleaning out buffers for server processes.

  • The buffer cache is so big that one DBWR process is not enough to free enough buffers in the cache to satisfy requests.

Table 5-37 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'free buffer waits' event.


Data Source

The data is derived using the following formula:

(DeltaFreeBufferWaitsTime/DeltaServiceTime)*100 where:

  • DeltaFreeBufferWaitsTime: difference of 'sum of time waited for sessions of foreground processes on the 'free buffer waits' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Sometimes the easy solution is to increase the buffer cache to allow for more free blocks. This works in many cases, but if the application is generating a sustained amount of dirty blocks then increasing the buffer cache may only help or delay the problem but not solve it.

If this event occurs frequently, examine the session waits for DBWR to see whether there is anything delaying DBWR.

Run this query to see if the I/O is evenly distributed.

SELECT name, phyrds, phywrts 
  FROM v$filestat a, v$datafile b 
  WHERE a.file# = b.file# 

Also look for files having full table scans, using this query:

SELECT name, phyrds, phyblkrd, phywrts 
  FROM v$filestat a, v$datafile b 
  WHERE a.file# = b.file# 
    AND phyrds != phyblkrd 

5.92.20 Latch free - other (%)

A latch is a low-level internal lock used by Oracle to protect memory structures. Latches are similar to short duration locks that protect critical bits of code. This wait indicates that the process is waiting for a latch that is currently busy (held by another process).

The latch free event is updated when a server process attempts to get a latch, and the latch is unavailable on the first attempt.

Table 5-38 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'latch free' event.


Data Source

The data is derived using the following formula:

(DeltaLatchFreeTime/DeltaServiceTime)*100 where:

  • DeltaLatchFreeTime: difference of 'sum of time waited for sessions of foreground processes on the 'latch free' event, or any other 'latch:' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Determine which latch is causing the highest amount of contention.

To find the problem latches since database startup, run the following query:

SELECT n.name, l.sleeps 
  FROM v$latch l, v$latchname n 
  WHERE n.latch#=l.latch# and l.sleeps > 0 order by l.sleeps ; 

To see latches that are currently a problem on the database run:

SELECT n.name, SUM(w.p3) Sleeps 
  FROM V$SESSION_WAIT w, V$LATCHNAME n 
  WHERE w.event = `latch free' 
    AND w.p2 = n.latch# 
  GROUP BY n.name; 

Take action based on the latch with the highest number of sleeps.

5.92.21 Latch: cache buffer chains (%)

The cache buffers chains latches are used to protect a buffer list in the buffer cache. These latches are used when searching for, adding, or removing a buffer from the buffer cache.

Blocks in the buffer cache are placed on linked lists (cache buffer chains) which hang off a hash table. The hash chain that a block is placed on is based on the DBA and CLASS of the block. Each hash chain is protected by a single child latch. Processes must get the relevant latch to allow them to scan a hash chain for a buffer so that the linked list does not change underneath them.

Contention on this latch usually means that there is a block that is in great contention (known as a hot block).

Table 5-39 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'latch: cache buffer chains' event.


Data Source

The data is derived using the following formula:

(DeltaLatchCacheBufferChainsTime/DeltaServiceTime)*100 where:

  • DeltaLatchCacheBufferChainsTime: difference of 'sum of time waited for sessions of foreground processes on the 'latch: cache buffer chains' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

To identify the heavily accessed buffer chain, and therefore the contended for block, look at latch statistics for the cache buffers chains latches using the V$LATCH_CHILDREN view. If there is a specific cache buffers chains child latch that has many more GETS, MISSES, and SLEEPS when compared with the other child latches, then this is the contended for child latch.

This latch has a memory address, identified by the ADDR column.

SELECT addr, sleeps 
  FROM v$latch_children c, v$latchname n 
  WHERE n.name='cache buffers chains' 
    and c.latch#=n.latch# and sleeps > 100 
  ORDER BY sleeps / 

Use the value in the ADDR column joined with the V$BH view to identify the blocks protected by this latch. For example, given the address (V$LATCH_CHILDREN.ADDR) of a heavily contended latch, this queries the file and block numbers:

SELECT file#, dbablk, class, state, TCH 
  FROM X$BH WHERE HLADDR='address of latch'; 

X$BH.TCH is a touch count for the buffer. A high value for X$BH.TCH indicates a hot block.

Many blocks are protected by each latch. One of these buffers will probably be the hot block. Any block with a high TCH value is a potential hot block. Perform this query a number of times, and identify the block that consistently appears in the output.

After you have identified the hot block, query DBA_EXTENTS using the file number and block number to identify the segment.

5.92.22 Latch: library cache (%)

There are multiple library cache latches. Each one protects a range of 'hash buckets' and the latch covers all heaps.

Table 5-40 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'latch: library cache' event.


Data Source

The data is derived using the following formula:

(DeltaLatchLibraryCacheTime/DeltaServiceTime)*100 where:

  • DeltaLatchLibraryCacheTime: difference of 'sum of time waited for sessions of foreground processes on the 'latch: library cache' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Contention for the library cache latches can be caused by excessive parsing of literal SQL. It is advisable to use sharable SQL wherever possible.

5.92.23 Latch: redo copy (%)

When a sessions redo buffer is larger than Parameter: log_small_entry_max_size the kernel first allocates a redo copy buffer, protected by a redo copy latch.

The buffer will not be used until space is allocated on the log buffer and some header has been set. However, the redo copy latch is acquired to reduce the code inside the allocation latch holding and to prevent further contention.

Table 5-41 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'latch: redo copy' event.


Data Source

The data is derived using the following formula:

(DeltaLatchRedoCopyTime/DeltaServiceTime)*100 where:

  • DeltaLatchRedoCopyTime: difference of 'sum of time waited for sessions of foreground processes on the 'latch: redo copy' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

The number of redo copy latches is controlled by the init.ora Parameter:log_simultaneous_copies. If the parameter is not set, it defaults to the number of CPUs.

For log generating processes, the latch get is made in an immediate mode, then it will be convenient to have enough redo copy latches to reduce contention of foreground processes.

Before flushing out the log buffer, the LGWR will acquire all redo copy latches in a willing-to-wait mode. Thus an excessive number of copy latches will cause contention in the log buffer flushing process.

The number of LWGR redo copy latch allocations is redo writes * No.redo copy latches.

5.92.24 Latch: shared pool (%)

This latch protects the allocation of memory from the shared pool.

If there is contention on this latch, it is often an indication that the shared pool is fragmented.

Table 5-42 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'latch: shared pool' event.


Data Source

The data is derived using the following formula:

(DeltaLatchSharedPoolTime/DeltaServiceTime)*100 where:

  • DeltaLatchSharedPoolTime: difference of 'sum of time waited for sessions of foreground processes on the 'latch: shared pool' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Shared pool latch contention is often an indication of high hard parsing usually caused by the use of literal values in SQL statements. These statements could otherwise be shared if bind variables were used.

Prior to Oracle Server release 8.1.6, shared pool fragmentation could be acerbated by a shared pool that was too large. Reducing the size of the shared pool would reduce the contention for this latch.

For Oracle Server release 8.1.6 and later, there should be very little shared pool latch contention. If there is, it is probably a symptom of an application using literals. One possible solution is to use the init.ora parametercursor_sharing=FORCE.

5.92.25 Library cache load lock (%)

Oracle tries to find the load lock for the database object so that it can load the object. The load lock is always gotten in Exclusive mode, so that no other process can load the same object. If the load lock is busy the session will wait on this event until the lock becomes available.

Table 5-43 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'library cache load lock' event.


Data Source

The data is derived using the following formula:

(DeltaLibraryCacheLoadLockTime/DeltaServiceTime)*100 where:

  • DeltaLibraryCacheLoadLockTime: difference of 'sum of time waited for sessions of foreground processes on the 'library cache load lock' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

To be waiting for a load lock means that there is a blocker with a higher or incompatible mode. This event in itself is not affected by the parallel server. However, you must have acquired the 'library cache lock' before you get to this point. The 'cache lock' is a DFS lock.

5.92.26 Library cache lock (%)

The library cache lock controls the concurrency between clients of the library cache by acquiring a lock on the object handle so that one client can prevent other clients from accessing the same object or the client can maintain a dependency for a long time (no other client can change the object). This lock is also gotten to locate an object in the library cache.

Blocking situations can occur when two sessions compile the same PL/SQL package, or one session is recreating an index while another session is trying to execute a SQL statement that depends on that index.

Table 5-44 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'library cache lock' event.


Data Source

The data is derived using the following formula:

(DeltaLibraryCacheLockTime/DeltaServiceTime)*100 where:

  • DeltaLibraryCacheLockTime: difference of 'sum of time waited for sessions of foreground processes on the 'library cache lock' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Waiting for a load lock indicates that there is a blocker with a higher or incompatible mode. Locks map to Instance Locks.

The following query will list waiters and the holder of the resource along with the event the resource holder is waiting for.

column h_wait format A20 
SELECT s.sid, 
  waiter.p1raw w_p1r, 
  waiter.p2raw w_p2r, 
  holder.event h_wait, 
  holder.p1raw h_p1r, 
  holder.p2raw h_p2r, 
  count(s.sid) users_blocked, 
  sql.hash_value 
FROM 
  v$sql sql, 
  v$session s, 
  x$kgllk l, 
  v$session_wait waiter, 
  v$session_wait holder 
WHERE 
  s.sql_hash_value = sql.hash_value and 
  l.KGLLKADR=waiter.p2raw and 
  s.saddr=l.kgllkuse and 
  waiter.event like 'library cache lock' and 
  holder.sid=s.sid 
GROUP BY 
  s.sid, 
  waiter.p1raw , 
  waiter.p2raw , 
  holder.event , 
  holder.p1raw , 
  holder.p2raw , s
  ql.hash_value ; 

5.92.27 Library cache pin (%)

Library cache pins are used to manage library cache concurrency. Pinning an object causes the heaps to be loaded into memory (if not already loaded). PINS can be acquired in NULL, SHARE or EXCLUSIVE modes and can be considered like a special form of lock. A wait for a library cache pin implies some other session holds that PIN in an incompatible mode.

Table 5-45 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'library cache pin' event.


Data Source

The data is derived using the following formula:

(DeltaLibraryCachePinTime/DeltaServiceTime)*100 where:

  • DeltaLibraryCachePinTime: difference of 'sum of time waited for sessions of foreground processes on the 'library cache pin' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

What to do to reduce these waits depends heavily on what blocking scenario is occurring. A common problem scenario is the use of DYNAMIC SQL from within a PL/SQL procedure where the PL/SQL code is recompiled and the DYNAMIC SQL calls something which depends on the calling procedure.

  • If there is general widespread waiting then the shared pool may need tuning.

  • If there is a blocking scenario, collect evidence as described in the following query and contact Oracle support.

The following query will list the waiters and the session holding the pin, along with the wait event the holder is waiting for.

column h_wait format A20 
SELECT s.sid, 
  waiter.p1raw w_p1r, 
  holder.event h_wait, 
  holder.p1raw h_p1r, 
  holder.p2raw h_p2r, 
  holder.p3raw h_p2r, 
  count(s.sid) users_blocked, 
  sql.hash_value 
FROM 
  v$sql sql, 
  v$session s, 
  x$kglpn p, 
  v$session_wait waiter, 
  v$session_wait holder 
WHERE 
  s.sql_hash_value = sql.hash_value and 
  p.kglpnhdl=waiter.p1raw and 
  s.saddr=p.kglpnuse and 
  waiter.event like 'library cache pin' and 
  holder.sid=s.sid 
GROUP BY 
  s.sid, 
  waiter.p1raw , 
  holder.event , 
  holder.p1raw , 
  holder.p2raw , 
  holder.p3raw , 
  sql.hash_value ; 

5.92.28 Local write wait (%)

The wait event can be caused by truncate operations. Truncate operations cause the DBWR to be posted to flush out the space header.

Table 5-46 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'local write wait' event.


Data Source

The data is derived using the following formula:

(DeltaLocalWriteWaitTime/DeltaServiceTime)*100 where:

  • DeltaLocalWriteWaitTime: difference of 'sum of time waited for sessions of foreground processes on the 'local write wait' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

Wait time: Up to one second, then loop back and check that buffer is clean.

Parameters:

P1: Absolute file number

P2: Block number

User Action

No user action is necessary.

5.92.29 Log buffer space (%)

The system is waiting for space in the log buffer because data is being written into the log buffer faster than LGWR can write it out.

Table 5-47 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every Minute

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log buffer space' event.


Data Source

The data is derived using the following formula:

(DeltaLogBufferSpaceTime/DeltaServiceTime)*100 where:

  • DeltaLogBufferSpaceTime: difference of 'sum of time waited for sessions of foreground processes on the 'log buffer space' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Consider making the log buffer bigger if it is small, or moving the log files to faster disks such as striped disks.

5.92.30 Log file switch (archiving needed) (%)

This metric reports when the system is waiting for a log switch because the log being switched into has not been archived yet.

Table 5-48 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log file switch (archiving needed)' event.


Data Source

The data is derived using the following formula:

(DeltaLogFileSwitchArchTime/DeltaServiceTime)*100 where:

  • DeltaLogFileSwitchArchTime: difference of 'sum of time waited for sessions of foreground processes on the 'log file switch (archiving needed)' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Check the alert file to make sure that archiving has not stopped due to a failed archive write. To speed up archiving consider adding more archive processes or putting the archive files on striped disks.

If the archiver is slow, then it might be prudent to prevent I/O contention between the archiver process and LGWR by ensuring that archiver reads and LGWR writes are separated. This is achieved by placing logs on alternating drives.

5.92.31 Log file switch (checkpoint complete) (%)

This metric reports when the system is waiting for a log switch because the system cannot wrap into the next log because the checkpoint for that log has not completed.

Table 5-49 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log file switch (checkpoint complete) event.


Data Source

The data is derived using the following formula:

(DeltaLogFileSwitchCkptTime/DeltaServiceTime)*100 where:

  • DeltaLogFileSwitchCkptTime: difference of 'sum of time waited for sessions of foreground processes on the 'log file switch (checkpoint complete)' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Increase the redo log sizes.

To speed up checkpoint, consider making the buffer cache smaller, or increasing Parameter:DB_BLOCK_CHECKPOINT_BATCH, or adding more DBWR processes. You can also enable the checkpoint process by setting the init.ora Parameter:CHECKPOINT_PROCESS = TRUE.

5.92.32 Log file switch completion (%)

This metric reports when the system is waiting for log switch because current log is full and LGWR needs to complete writing to current log and open the new log or some other request to switch log files.

Table 5-50 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log file switch completion' event.


Data Source

The data is derived using the following formula:

(DeltaLogFileSwitchCompleteTime/DeltaServiceTime)*100 where:

  • DeltaLogFileSwitchCompleteTime: difference of 'sum of time waited for sessions of foreground processes on the 'log file switch completion' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

For the log file switch (checkpoint incomplete) event:

  • Check if there are too few, or too small redo logs. If there are a few redo logs or small redo logs, and the system produces enough redo to cycle through all the logs before DBWR has been able to complete the checkpoint, then increase the size or number of redo logs. This is often the easiest solution but may increase time to recovery.

  • Check if DBWR is slow, possibly due to an overloaded or slow I/O system. Check the DBWR write times, check the I/O system, and distribute I/O if necessary.

5.92.33 Log file sync (%)

This metric reports when a user session commits (or rolls back), the sessions redo information needs to be flushed to the redo log file. The user session will post the LGWR to write all redo required from the log buffer to the redo log file. When the LGWR has finished it will post the user session. The user session waits on this wait event while waiting for LGWR to post it back to confirm all redo changes are safely on disk.

Table 5-51 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every Minute

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log file sync' event.


Data Source

The data is derived using the following formula:

(DeltaLogFileSyncTime/DeltaServiceTime)*100 where:

  • DeltaLogFileSyncTime: difference of 'sum of time waited for sessions of foreground processes on the 'log file sync' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

There are 3 main things you can do to help reduce waits on log file sync:

  • Tune LGWR to get good throughput to disk.

    • Do not put redo logs on RAID 5.

    • Place log files on dedicated disks.

    • Consider putting log files on striped disks.

  • If there are lots of short duration transactions, see if it is possible to BATCH transactions together so there are fewer distinct COMMIT operations. Each commit has to have it confirmed that the relevant REDO is on disk. Although commits can be piggybacked by Oracle, reducing the overall number of commits by batching transactions can have a very beneficial effect.

  • Determine whether any activity can safely be done with NOLOGGING / UNRECOVERABLE options.

5.92.34 Log switch/archive (%)

Used as part of the 'alter system archive log change scn' command. Oracle is basically waiting for the current log from an open thread other than our own to be archived.

Table 5-52 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'log switch/archive' event.


Data Source

The data is derived using the following formula:

(DeltaLogSwitchArchTime/DeltaServiceTime)*100 where:

  • DeltaLogSwitchArchTime: difference of 'sum of time waited for sessions of foreground processes on the 'log switch/archive' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

No user action is necessary.

5.92.35 Pipe put (%)

The session is waiting for the pipe send timer to expire or for space to be made available in the pipe.

Table 5-53 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'pipe put' event.


Data Source

The data is derived using the following formula:

(DeltaPipePutTime/DeltaServiceTime)*100 where:

  • DeltaPipePutTime: difference of 'sum of time waited for sessions of foreground processes on the 'pipe put' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

You are dependent on space being freed up on the pipe, so you are not actually dependent on any one session. You can query X$KGLOB to find the pipe name. There is virtually no way of finding the pipe name other than via SQL, as there are no useful addresses.

5.92.36 Row cache lock (%)

This metric is used to wait for a lock on a data dictionary cache specified by cache id. If one is running in shared mode (Parallel Server), the LCK0 is signaled to get the row cache lock for the foreground waiting on this event. The LCK0 process will get the lock asynchronously. In exclusive mode, the foreground process will try to get the lock.

Table 5-54 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'row cache lock' event.


Data Source

The data is derived using the following formula:

(DeltaRowCacheLockTime/DeltaServiceTime)*100 where:

  • DeltaRowCacheLockTime: difference of 'sum of time waited for sessions of foreground processes on the 'row cache lock' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

If this event shows up a lot, consider increasing the shared pool so that more data dictionary can be cached.

5.92.37 SQL*Net break/reset to client (%)

The server is sending a break or reset message to the client. The session running on the server is waiting for a reply from the client.

These waits are caused by an application attempting to:

  • Select from a closed cursor

  • Select on a cursor after the last row has already been fetched and no data has been returned

  • Select on a non-existent table

  • Insert a duplicate row into a uniquely indexed table

  • Issuing a query with invalid syntax

If the value, v$session_wait.p2, for this parameter equals 0, it means a reset was sent to the client. A non-zero value means that the break was sent to the client.

Table 5-55 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net break/reset to client' event.


Data Source

The data is derived using the following formula:

(DeltaNetResetToClientTime/DeltaServiceTime)*100 where:

  • DeltaNetResetToClientTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net break/reset to client' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

Wait time: Up to one second, then loop back and check that buffer is clean.

Parameters:

P1: Absolute file number

P2: Block number

User Action

If these waits are significant, track down the application logic producing these errors to reduce these waits. If you are using Oracle9i or higher, check in v$sysstat "parse count (failures)" to see that statements have been parsed where columns or tables are unknown. The statistic "parse count (failures)" does not increase if you send SQL with invalid syntax.

The clearest method to track down the root cause of the error is to run tracing on the users experiencing the wait. Their trace files will contain the SQL statements failing and generating the break/reset wait.

5.92.38 SQL*Net break/reset to dblink (%)

The server is sending a break or reset message to the client. The session running on the server is waiting for a reply from the client.

These waits are caused by an application attempting to:

  • Select from a closed cursor

  • Select on a cursor after the last row has already been fetched and no data has been returned

  • Select on a non-existent table

  • Insert a duplicate row into a uniquely indexed table

  • Issuing a query with invalid syntax

If the value, v$session_wait.p2, for this parameter equals 0, it means a reset was sent to the client. A non-zero value means that the break was sent to the client.

Table 5-56 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net break/reset to dblink' event.


Data Source

The data is derived using the following formula:

(DeltaNetResetToDblinkTime/DeltaServiceTime)*100 where:

  • DeltaNetResetToDblinkTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net break/reset to dblink' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

If these waits are significant, track down the application logic producing these errors to reduce these waits. If you are using Oracle9i or higher, check in v$sysstat "parse count (failures)" to see that statements have been parsed where columns or tables are unknown. The statistic "parse count (failures)" does not increase if you send SQL with invalid syntax.

5.92.39 SQL*Net message to client (%)

The shadow process is waiting for confirmation of a send to the client process.

Table 5-57 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net message to client' event.


Data Source

The data is derived using the following formula:

(DeltaNetMsgToClientTime/DeltaServiceTime)*100 where:

  • DeltaNetMsgToClientTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net message to client' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

This event could indicate network latency problems.

5.92.40 SQL*Net message to dblink (%)

The shadow process is waiting for confirmation of a send to the client process.

Table 5-58 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net message to dblink' event.


Data Source

The data is derived using the following formula:

(DeltaNetMsgToDblinkTime/DeltaServiceTime)*100 where:

  • DeltaNetMsgToDblinkTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net message to dblink' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

See the Idle Events section in this chapter for more information.

User Action

This event could indicate network latency problems.

5.92.41 SQL*Net more data from client (%)

The shadow process has received part of a call from the client process (for example, SQL*Plus, Pro*C, and JDBC) in the first network package and is waiting for more data for the call to be complete. Examples are large SQL or PL/SQL block and insert statements with large amounts of data.

Table 5-59 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net more data from client' event.


Data Source

The data is derived using the following formula:

(DeltaNetMoreFromClientTime/DeltaServiceTime)*100 where:

  • DeltaNetMoreFromClientTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net more data from client' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

See the Idle Events section in this chapter for more information.

User Action

This event could indicate:

  • Network latency problems

  • tcp_no_delay configuration issues

  • Large array insert

  • Soft parsing, shipping SQL and PL/SQL text. Using stored procedures and packages will help alleviate this problem.

5.92.42 SQL*Net more data from dblink (%)

The shadow process has received part of a call from the client process (for example, SQL*Plus, Pro*C, and JDBC) in the first network package and is waiting for more data for the call to be complete. Examples are large SQL or PL/SQL block and insert statements with large amounts of data.

Table 5-60 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net more data from dblink' event.


Data Source

The data is derived using the following formula:

(DeltaNetMoreFromDblinkTime/DeltaServiceTime)*100 where:

  • DeltaNetMoreFromDblinkTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net more data from dblink' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

This event could indicate:

  • Network latency problems

  • tcp_no_delay configuration issues

  • Large array insert

  • Large number of columns or wide column data

5.92.43 SQL*Net more data to client (%)

The shadow process has completed a database call and is returning data to the client process (for example SQL*Plus). The amount of data being sent requires more than one send to the client. The shadow process waits for the client to receive the last send. This happens, for example, in a SQL statement that returns a large amount of data.

Table 5-61 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net more data to client' event.


Data Source

The data is derived using the following formula:

(DeltaNetMoreToClientTime/DeltaServiceTime)*100 where:

  • DeltaNetMoreToClientTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net more data to client' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

This event could indicate:

  • Network latency problems

  • tcp_no_delay configuration issues

  • Large array insert

  • Large number of columns or wide column data

5.92.44 SQL*Net more data to dblink (%)

The shadow process has completed a database call and is returning data to the client process (for example SQL*Plus). The amount of data being sent requires more than one send to the client. The shadow process waits for the client to receive the last send. This happens, for example, in a SQL statement that returns a large amount of data.

Table 5-62 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'SQL*Net more data to dblink' event.


Data Source

The data is derived using the following formula:

(DeltaNetMoreToDblinkTime/DeltaServiceTime)*100 where:

  • DeltaNetMoreToDblinkTime: difference of 'sum of time waited for sessions of foreground processes on the 'SQL*Net more data to dblink' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

This event could indicate:

  • Network latency problems

  • tcp_no_delay configuration issues

  • Large array insert

  • Large number of columns or wide column data

5.92.45 Wait Time (%)

This metric represents the percentage of time spent waiting, instance-wide, for resources or objects during this sample period.

This test checks the percentage time spent waiting, instance-wide, for resources or objects during this sample period. If the % Wait Time is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the Number of Occurrences parameter, then a warning or critical alert is generated.

Table 5-63 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of database service time is spent waiting.


Table 5-64 Metric Summary Table

Target Version Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10g, 11g, 12c

Every Minute

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Foot 1 


Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Data Source

The data is derived using the following formula:

DeltaTotalWait / (DeltaTotalWait + DeltaCpuTime) where:

  • DeltaTotalWait: difference of 'sum of time waited for all wait events in v$system_event' between sample end and start

  • DeltaCpuTime: difference of 'select value from v$sysstat where name='CPU used by this session' between sample end and start

User Action

Investigate further into which specific wait events are responsible for the bulk of the wait time. Individual wait events may identify unique problems within the database. Diagnosis will be tailored where appropriate through drilldowns specific to individual wait events.

5.92.46 Write complete waits (%)

The session is waiting for a buffer to be written. The write is caused by normal aging or a cross instance call.

A user wants to modify a block that is part of DBWR�s current write batch. When DBWR grabs buffers to write, it marks them as 'being written'. All the collected buffers are then written to disk. The wait 'write complete waits' implies a buffer is wanted while this flag was set. The flags are cleared as each buffer is written.

Table 5-65 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 10 Minutes

Not Defined

Not Defined

%value%%% of service time is spent waiting on the 'write complete waits' event.


Data Source

The data is derived using the following formula:

(DeltaWriteCompleteWaitsTime/DeltaServiceTime)*100 where:

  • DeltaWriteCompleteWaitsTime: difference of 'sum of time waited for sessions of foreground processes on the 'write complete waits' event' between sample end and start

  • DeltaServiceTime: difference of 'sum of time waited for sessions of foreground processes on events not in IdleEvents + sum of 'CPU used when call started' for sessions of foreground processes' between sample end and start

User Action

Multiple DBWRs, ASYNC_IO and/or increasing the size of the buffer cache may help reduce waits.

5.93 Wait by Session Count

This metric category contains the metrics that represent the number of sessions waiting on each non-idle wait event. High waiting levels are caused by excessive contention.

5.93.1 Session Waiting for Event Count

This metric represents the number of sessions waiting on a given wait event at the sample time.

Table 5-66 Metric Summary Table

Target Version Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

8i, 9i

Every 5 Minutes

Not Defined

Not Defined

%value% sessions are waiting for event %event%.


Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Wait Event object.

If warning or critical threshold values are currently set for any Wait Event object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Wait Event object, use the Edit Thresholds page.

Data Source

The following formula is the data source for each metric index:

select count (1)

User Action

Evaluate the various types of wait activity using the real-time and historical performance monitoring capabilities of Enterprise Manager.

5.94 Waits by Wait Class

This metric category contains the waits by wait class metrics.

5.94.1 Average Users Waiting Count

This metric represents the average number of users that have made a call to the database and that are waiting for an event, such as an I/O or a lock request, to complete. If the number of users waiting on events increases, it indicates that either more users are running, increasing workload, or that waits are taking longer, for example when maximum I/O capacity is reached and I/O times increase.

Table 5-67 Metric Summary Table

Target Version Key Evaluation and Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10g, 11g, 12c

class: "Administrative"

Every 10 Minutes

Not Defined

Not Defined

Not Defined

10g, 11g, 12c

class: "Application"

Every 10 Minutes

Not Defined

Not Defined

Not Defined

10g, 11g, 12c

class: "Cluster"

Every 10 Minutes

Not Defined

Not Defined

Not Defined

10g, 11g, 12c

class: "Commit"

Every 10 Minutes

Not Defined

Not Defined

Not Defined

10g, 11g, 12c

class: "Concurrency"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Foot 1 

10g, 11g, 12c

class: "Configuration"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Network"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Other"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Scheduler"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "System I/O"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "User I/O"

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1


Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Wait Class object.

If warning or critical threshold values are currently set for any Wait Class object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Wait Class object, use the Edit Thresholds page.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page.

5.94.2 Database Time Spent Waiting (%)

This metric represents the percentage of time that database calls spent waiting for an event. Although there is no �correct� value for this metric, it can be used to detect a change in the operation of a system, for example, an increase in Database Time Spent Waiting from 50% to 75%. ('No correct value' means that there is no single value that can be applied to any database. The value is a characteristic of the system and the applications running on the system.)

Table 5-68 Metric Summary Table

Target Version Key Server Evaluation Frequency Collection Frequency Default Warning Threshold Default Critical Threshold Alert Text

10g, 11g, 12c

class: "Administrative"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Foot 1 

10g, 11g, 12c

class: "Application"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Cluster"

Every Minute

Every 10 Minutes

50

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Commit"

Every Minute

Every 10 Minutes

50

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Concurrency"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Configuration"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Network"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Other"

Every Minute

Every 10 Minutes

30

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "Scheduler"

Every Minute

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "System I/O"

Every Minute

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1

10g, 11g, 12c

class: "User I/O"

Every Minute

Every 10 Minutes

Not Defined

Not Defined

The Management Agent generates the alert text.Footref 1


Footnote 1 For releases earlier than Oracle Database plug-in release 12.1.0.6, the Database Server generates this alert text.

Multiple Thresholds

For this metric you can set different warning and critical threshold values for each Wait Class object.

If warning or critical threshold values are currently set for any Wait Class object, those thresholds can be viewed on the Metric Detail page for this metric.

To specify or change warning or critical threshold values for each Wait Class object, use the Edit Thresholds page.

User Action

View the latest Automatic Database Diagnostic Monitor (ADDM) report. For a more detailed analysis, run ADDM from the Advisor Central link on the Database Home page. ADDM will highlight the source of increased time spent in wait events.