Monitor options for Oracle agent

The Oracle agent provides two levels of monitoring: basic and detail. By default, the agent does a basic monitoring.

The basic monitoring mode has the following options:

The MonitorOption attribute of the Oracle resource determines whether the the agent must perform basic monitoring in Process check or Health check mode.

Table: Basic monitoring options describes the basic monitoring options.

Table: Basic monitoring options

Option

Description

0

(Default)

Process check

The agent scans the process table for the ora_dbw, ora_smon, ora_pmon, and ora_lgwr processes to verify that Oracle is running.

1

Health check (supported on Oracle 10g and later)

The agent uses the Health Check APIs from Oracle to monitor the SGA and retrieve the information about the instance.

If you want to use the Oracle agent's intentional offline functionality, you must enable Health check monitoring.

See How the agent makes Oracle highly available.

Review the following considerations if you want to configure basic monitoring:

In the detail monitoring mode, the agent performs a transaction on a test table in the database to ensure that Oracle functions properly. The DetailMonitor attribute of the Oracle resource determines whether the the agent must perform detail monitoring.

See Setting up detail monitoring.

More Information

How the agent handles Oracle error codes during detail monitoring