Oracle Standalone Database
To configure the monitor type
In the Add Monitoring Configuration panel, select the following parameters for the Oracle Enterprise Database KM:
Parameter | Selection |
---|---|
Monitoring Solution | Oracle Enterprise Database |
Monitoring Profile | Oracle Environment Monitoring |
Monitor Type | Oracle Standalone Database |
For the Global Monitoring Setting, you can enable Logging for all of the configured Patrol Agent environments to confirm that all of the PATROL for Oracle Enterprise Database environments are correctly configured.
To add an environment configuration
Click Add and enter the details in the Environment Configurations pane.
Field | Description |
---|---|
Environment name | Enter a unique name for the environment. We recommend you to use alphanumeric characters in the environment name. |
The remaining environment details are in the following sections:
- Standalone instance connection details
- Monitoring Categories details
- Jobs
- Environment Settings details
Standalone instance connection details
Field | Description |
---|---|
Oracle host | Enter the host name or the IP address of the standalone Oracle database. |
Oracle port | Enter the port number to connect to the standalone Oracle database. |
Oracle connection method | Specify the Oracle connection method:
|
Oracle connection name | Enter the name of the Oracle database service or SID to monitor. The service or SID name appears in the tnsnames.ora file. Use the command lsnrctl services <listener_name> to find the service name. |
Connect as SYSDBA | Select this option to connect to the Oracle instance as SYSDBA privileged user. |
User name | Enter the user name to connect to the Oracle database. |
Password | Enter the password to connect to the Oracle database. |
Oracle Custom SQL Queries | |
Query name | Enter the name for the SQL query. |
SQL query | Enter the SQL query command. |
Collection time (min) | Enter the SQL query collection time. The default collection time is 10 minutes. |
Enable number of records annotation | Select this option to display the query result as an annotation on number of records metric. |
Monitoring Categories details
Select the Oracle Database activity categories that you want to monitor.
Monitoring Categories | Description |
---|---|
ASM | Monitors the performance of the Oracle Database ASM disks. |
Fast Area Recovery | Monitors the performance of the Oracle Fast Recovery Area disks. |
Listeners | Monitors the listener port of the Oracle Database. |
Operating System usage | Monitors the operating system utilization statistics and system resources. |
Pluggable Database | Monitors the pluggable databases. |
Services | Monitors the Oracle services executed inside the database. |
Sessions | Monitors the sessions activity of the Oracle Database. |
System | Monitors the system performance of the Oracle Database. |
UNDO Usage | Monitors the UNDO space usage in the system. |
Users | Monitors the Oracle Database users activity. |
Wait Events | Monitors the wait events in the Oracle Database. |
Jobs
Field | Description |
---|---|
Jobs | Select this option to monitor the jobs and transactions running in the Oracle Database. |
Long running job time (min) | The duration for jobs that are running longer than the defined duration (default 30 minutes). Any job that exceeds this duration sets an alert. |
Job overdue time (min) | The duration for jobs that are overdue because they are not executed (2 minutes late). These jobs may be delayed, broken, or failed. |
Tablespaces
Field | Description |
---|---|
Tablespaces | Select this option to monitor the tablespaces. To monitor large and very large tablespaces under separate application classes (Oracle-Large-Tablespace-KOE_INST_LARGE_TABLESPACE and Oracle-Very-Large-Tablespace-KOE_INST_VERY_LARGE_TABLESPACE), configure the minimum size (in MB) of the large and very large tablespaces in the following configuration variables (both are required). Set configuration variables in the Configuration Variables on the Add Configuration Variable page.
Replace EnvType with DataGuard, Standalone, or RAC and <EnvName> with the name you used in the Environment name field. Restart the PATROL Agent after configuring these configuration variables. If you do not configure values in one or any of these variables or if the value in VeryLargeTablespaceSize is smaller than the value in LargeTablespaceSize, all tablespaces are discovered under the Oracle-Tablespace-KOE_INST_TABLESPACE class. For example, you configure the value of the LargeTablespaceSize variable as 200 and the value of the VeryLargeTablespaceSize variable as 500. The tablespaces between the sizes 200 and 500 MB are monitored under the Oracle-Large-Tablespace-KOE_INST_LARGE_TABLESPACE application class, and the tablespaces with sizes more than 500 MB are monitored under the Oracle-Very-Large-Tablespace-KOE_INST_VERY_LARGE_TABLESPACE application class. Important: These configuration variables do not apply to UNDO and TEMP tablespaces. |
Tablespaces filtering options | |
Filtering mode | Select the filtering mode:
|
Include/Exclude matching criteria | Based on the selection of the filtering mode, specify the tablespaces to include or exclude from monitoring. Use comma (,) only to separate the tablespaces.
|
Filter for top n queries by total wait time
Field | Description |
---|---|
Total wait time monitoring | Select this option to enable the filter for top n queries by total wait time. |
Top Number of queries | Enter the number of queries that you want to filter. This is a mandatory field. |
Maximun query instances limit | Enter the maximum number of query instances to filter. This is a mandatory field. |
Number of days to keep query instances | Enter the number of days to keep the query instance. This is a mandatory field. |
Environment Settings details
Field | Description |
---|---|
Logging | Select this option to enable detail-level logging for all PostgreSQL databases configured on this environment to get more details about policy configuration and data collection.
For more information about logging, see Using-debug-logging-in-the-TrueSight-Infrastructure-Management-operator-console. |
Device mapping | By default, device mapping on the TrueSight console is enabled. If enabled, all the Oracle Database instances are discovered under the Oracle host device. If it is disabled, all the Oracle Database instances are discovered under the PATROL Agent host device. |
Java collector settings | |
Java path | Enter the path to the JRE directory (also known as $JAVA_HOME environment variable) on the PATROL Agent host.
If you enter a path for the JRE directory, you must enter the full path, such as C:\Program files\Java\jre1.8.0_151. Do not use the short path format.
|
JVM arguments | Enter the optional Java Virtual Machine (JVM) arguments for the Java collector. |
User Name | Enter the local user name to start the Java process. |
Password Confirm Password | Enter the password to start the Java process. |
Collection settings | |
Availability collection interval (min) | Enter the time interval used to check for the availability of environment for collecting data. |
Data collection interval (min) | Enter the time interval used for data collection from the environment. |
Long running data collection queries (min) | Enter the time interval used to determine when a running query is blocked. The query is blocked because its execution duration is equal to, or greater than, this interval's threshold. |
Wait time sql data collection interval (min) | Enter the total time interval in minutes to collect or report the value for the wait time SQL attributes. This attribute is valid for SQL instances attributes only. The default wait time for SQL data collection time is 5 minutes. |
Where to go from here