<%NUMBERING1%>.<%NUMBERING2%>.<%NUMBERING3%> PRTG Manual: Oracle SQL v2 Sensor

The Oracle SQL v2 sensor monitors a database on an Oracle server and executes a defined query.

The sensor can show the following:

  • Execution time of the whole request (including connection buildup, query execution, transaction handling, disconnection)
  • Execution time of the defined query
  • Number of rows that were addressed by the query (including SELECT statements if you process data tables)
  • It can also process the data table and show defined values in individual channels.
Oracle SQL v2 Sensor

Oracle SQL v2 Sensor

Sensor in Other Languages

  • Dutch: Oracle SQL v2
  • French: Oracle SQL v2
  • German: Oracle SQL v2
  • Japanese: Oracle SQL v2
  • Portuguese: Oracle SQL v2
  • Russian: Oracle SQL v2
  • Simplified Chinese: Oracle SQL v2
  • Spanish: Oracle SQL v2

Remarks

  • This sensor requires .NET 4.7.2 or later on the probe system.
  • You must store your Structured Query Language (SQL) query in a file on the probe system. In a cluster, copy the file to every cluster node.
  • Define credentials, custom port (if required), and timeout in the credentials for database management systems settings of the parent device, or in the settings of a group or probe above.
  • This sensor supports Oracle database servers version 10.2 or higher.
  • This sensor supports the IPv6 protocol.
  • This sensor has a high performance impact.

i_podYou cannot add this sensor to the hosted probe of a PRTG hosted by Paessler instance. If you want to use this sensor, add it to a remote probe device.

Detailed Requirements

Requirement

Description

.NET Framework

This sensor requires the Microsoft .NET Framework. .NET 4.7.2 or later must be installed on the probe system (on every cluster node, if on a cluster probe). If the framework is missing, you cannot create this sensor.

i_square_cyanFor more information, see the Knowledge Base: Which .NET version does PRTG require?

Add Sensor

The Add Sensor dialog appears when you manually add a new sensor to a device. It only shows the setting fields that are required for creating the sensor. Therefore, you do not see all setting fields in this dialog. You can change (nearly) all settings in the sensor's Settings tab later.

The following settings in the Add Sensor dialog differ in comparison to the sensor's Settings tab.

Data

Setting

Description

SQL Query File

Select an SQL script file that includes a valid SQL statement to be executed on the server.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

PRTG executes the script with every scanning interval. The list contains SQL scripts from the \Custom Sensors\sql subfolder of the PRTG program directory on the probe system. Store your script there. If you use the script on a cluster probe, you must store the file on all cluster nodes.

i_square_cyanThe demo script Demo Serveruptime.sql is available by default. You can use the demo script to monitor the uptime of the target server.

For example, a correct expression in the file could be: SELECT AVG(UnitPrice) FROM Products. If you want to use transactions, separate the individual steps with semicolons ";".

i_round_blueNote that with each request, the full result set is transferred, so use filters and limits in your query.

i_square_cyanSee also the Knowledge Base: Why do I have to store SQL sensor queries and custom scripts in files on the probe computer?

SQL Variables

You can use the following variables in your query file to be replaced by an input parameter. This is useful if you have various SQL sensors with queries that differ in only one parameter.

  • Microsoft SQL, MySQL, PostgreSQL: @prtg
  • Oracle SQL: :prtg
  • ADO SQL: ? (question mark)

i_round_blue@prtg, :prtg, and ? are common SQL query parameters and are used in a parameterized SQL query. This means that the query and the parameter are forwarded to the database without any changes. This leads to some restrictions on the database side. For example, you cannot use variables as placeholders for table names, or as lists in IN operators.

Examples for variables usage:

SELECT * FROM Table WHERE name = @prtg

SELECT @prtg FROM Table

Data Processing

Define if you want to process data from the database:

  • Just execute the query: The sensor only shows information about the number of affected rows and the execution time of the query. Affected rows are rows that were changed by the query (for example, created, deleted, or edited).
  • Count table rows: If you execute a SELECT statement and want to monitor how many rows of the data table this statement returns.
  • Process data table: Read and analyze the queried data table. If you select this option, the sensor counts rows with SELECT statements as well.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x

This setting is only visible if you select Process data table. You can define up to 10 different channels for the data processing of this sensor. You have to define at least one data channel if you process the data table, so you see all available settings for Channel #1 without manually enabling it. Specify how to handle all other possible channels:

  • Disable: Do not add this channel to the sensor.
  • Enable: Add this channel to the sensor.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Name

This setting is only visible if you select Process data table. Enter a unique name for the channel. Enter a string. PRTG dynamically generates channels with this name as the identifier.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Mode

This setting is only visible if you select Process data table. Define how to display the determined value in the channel:

  • Absolute (recommended): Show the value as the sensor retrieves it from the data table.
  • Difference: The sensor calculates and shows the difference between the last and the current value returned from the data table. This mode is not compatible with the unit Lookup.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Unit

This setting is only visible if you select Process data table. Define the unit of the channel value:

  • BytesBandwidth
  • BytesMemory
  • BytesDisk
  • Temperature
  • Percent
  • TimeResponse
  • TimeSeconds
  • TimeHours
  • Count
  • CPU
  • BytesFile
  • SpeedDisk
  • SpeedNet
  • Custom
  • Lookup

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

i_square_cyanFor more information about the available units, see section Custom Sensors.

i_round_blueTo use lookups with this channel, select Lookup and define the lookup file in Channel #x Lookup. Do not use Custom if you use lookups with this sensor.

i_round_blueIt is not possible to use the unit Lookup in combination with the Difference mode. You are not able to create the sensor in this case.

Basic Sensor Settings

Click the Settings tab of a sensor to change its settings.

i_round_blueUsually, a sensor connects to the IP Address or DNS Name of the parent device on which you created the sensor. See the device settings for details. For some sensors, you can explicitly define the monitoring target in the sensor settings. See below for details on available settings.

Setting

Description

Sensor Name

Enter a meaningful name to identify the sensor. By default, PRTG shows this name in the device tree, as well as in alarms, logs, notifications, reports, maps, libraries, and tickets.

Parent Tags

Shows tags that the sensor inherits from its parent device, parent group, and parent probe. This setting is shown for your information only and cannot be changed here.

Tags

Enter one or more tags. Confirm each tag with the Spacebar key, a comma, or the Enter key. You can use tags to group objects and use tag-filtered views later on. Tags are not case-sensitive. Tags are automatically inherited.

i_round_blueIt is not possible to enter tags with a leading plus (+) or minus (-) sign, nor tags with parentheses (()) or angle brackets (<>).

The sensor has the following default tags that are automatically predefined in the sensor's settings when you add the sensor:

  • sqlsensor

Priority

Select a priority for the sensor. This setting determines the position of the sensor in lists. The highest priority is at the top of a list. Choose from the lowest priority (i_priority_1) to the highest priority (i_priority_5).

Database Specific

Setting

Description

Identifier

Enter the Oracle System ID (SID) or the SERVICE_NAME of the database the sensor connects to. Specify which type of identifier you use in Identifier Type. By default, the sensor uses the SID as connection string.

i_round_blueThe identifier is defined in the CONNECT_DATA part of the TNSNames.ora file on the Oracle instance. For example, a SID can look like this: orcl

Identifier Type

Define which type of identifier you want to use to connect to the database:

  • Use SID as identifier (default): Connect to the database instance using the SID as connection string. Enter the SID in Identifier.
  • Use SERVICE_NAME as identifier: Connect to the database instance using the SERVICE_NAME as connection string. Enter the SERVICE_NAME in Identifier.

i_round_blueThe type of identifier depends on the configuration of your Oracle server.

Data

Setting

Description

SQL Query File

Shows the SQL script file that is executed on the server. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Use Input Parameter

Define if you want to pass a parameter to your SQL query file:

  • Don't use input parameter (default): Execute the SQL query file without using variables.
  • Use input parameter: Execute an SQL query file that contains a variable. Provide the parameter that you want to use in the query below.

Passing a parameter to your SQL query file replaces the variables @prtg (Microsoft SQL, MySQL, PostgreSQL), :prtg (Oracle SQL), or ? (ADO SQL) in the SQL query, considering the general rules for SQL variables.

Input Parameter

This setting is only visible if you enable Use input parameter above. Enter the parameter that you want to pass to the SQL query file. This parameter replaces the variables @prtg, :prtg, or ? in the SQL query, considering the general rules for SQL variables.

You can also use PRTG placeholders for custom sensors (command-line parameters) as input parameters, for example, %sensorid or %deviceid. For details, see section Custom Sensors.

i_round_blueProvide strings as they are and do not surround them with quotation marks. PRTG automatically and correctly inserts string parameters into the query.

Use Transaction

Define if you want to use transactions and if they affect the database content:

  • Don't use transaction (default): Do not execute transactions.
  • Use transaction and always roll back: The query does not change data in the database. In the SQL query file, separate the single steps of the transaction with semicolons.
  • Use transaction and commit on success: The query changes data in the database. The changes only apply if all execution steps succeed without any errors. In the SQL query file, separate the single steps of the transaction with semicolons.

Data Processing

Shows how you process data from the database. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Handle DBNull in Channel Values as

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define the sensor behavior if the query returns DBNull:

  • Error: Show a Down status if the query returns DBNull.
  • Number 0: Recognize the result DBNull as a valid value and interpret it as the number 0.

Select Channel Value by

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define how the desired cell in the database table is selected:

  • Column number: Determine the channel value by using the value in row 0 of the column whose number you specify in Channel #x Column Number.
  • Column name: Determine the channel value by using the value in row 0 of the column whose name you specify in Channel #x Column Name.
  • Row number: Determine the channel value by using the value in column 0 of the row whose number you specify in Channel #x Row Number.
  • Key value pair: Determine the channel value by searching in column 0 for the key you specify in Channel #x Key and by returning the value in column 1 of the same row where the key value was found.

Defining how the desired cell in the database table is selected is necessary to configure the cells that are used in the channels.

The option you select here also defines the method of how to optionally determine a value for the sensor message. For details, see setting Use Data Table Value in Sensor Message.

i_square_cyanSee section Monitoring Databases for an example for channel value selection.

Channel #x

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. The setting shows if the channel is disabled. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Name

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Enter a unique name for the channel. Enter a string. PRTG dynamically generates channels with this name as identifier. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Column Number

Channel #x Column Name

Channel #x Row Number

Channel #x Key

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Depending on the option you selected under Select Channel Value by, enter the respective value in the respective field:

  • Channel #x Column Number: Provide the number of the column that is used to determine the channel value in row 0. Enter an integer value.
  • Channel #x Column Name: Provide the name of the column that is used to determine the channel value in row 0. Enter a string.
  • Channel #x Row Number: Provide the number of the row that is used to determine the channel value in column 0. Enter an integer value.
  • Channel #x Key: Provide the key to search for in column 0 of the data table. The value in column 1 of the same row where the key value was found is used to determine the channel value. Enter a string.

Channel #x Mode

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. The setting shows how you want to display the determined value in the channel. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Unit

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define the unit of the channel value:

  • BytesBandwidth
  • BytesMemory
  • BytesDisk
  • Temperature
  • Percent
  • TimeResponse
  • TimeSeconds
  • TimeHours
  • Count
  • CPU
  • BytesFile
  • SpeedDisk
  • SpeedNet
  • Custom
  • Lookup

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Channel #x Custom Unit

This setting is only visible if you select the channel unit Custom. Define a unit for the channel value. Enter a string.

Channel #x Lookup

This setting is only visible if you select the channel unit Lookup. Select a lookup file that you want to use with this channel.

Use Data Table Value in Sensor Message

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define if the sensor message shows a value from the data table:

  • Disable: Do not use a custom sensor message.
  • Enable: Define a custom sensor message with a defined value of the data table. Define the value selection below.

The method of how to determine a value for the sensor message is defined in the setting Select Channel Value by above.

Sensor Message Column Number

Sensor Message Column Name

Sensor Message Row Number

Sensor Message Key

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor and if you enable Use Data Table Value in Sensor Message. Depending on the option you selected under Select Channel Value by, enter the respective value in the respective field:

  • Sensor Message Column Number: Enter the number of a column. The sensor message shows the value in row 0 of this column. Enter an integer value.
  • Sensor Message Column Name: Enter the name of a column. The sensor message shows the value in row 0 of this column. Enter a string.
  • Sensor Message Row Number: Enter the number of a row. The sensor message shows the value in column 0 of this row. Enter an integer value.
  • Sensor Message Key: Enter a key to search for in column 0 of the data table. The sensor message shows the value in column 1 of the row where the key was found. Enter a string.

i_round_blueColumns and rows start with index 0.

Sensor Message

This setting is only visible if you enable Use Data Table Value in Sensor Message. Define the sensor message. Enter a string. Use the placeholder {0} at the position where you want to display the value.

Example: The message is {0}

i_round_blueThe number sign (#) is not supported in sensor messages. If a message contains a number sign, the message is clipped at this point.

If Sensor Message Changes

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor.

Define what the sensor does when the sensor value changes:

  • Ignore changes (default): Take no action on change.
  • Trigger 'change' notification: Send an internal message indicating that the sensor value has changed. In combination with a change trigger, you can use this mechanism to trigger a notification whenever the sensor value changes.

Sensor Result

Define what PRTG does with the sensor results:

  • Discard sensor result: Do not store the sensor result.
  • Write sensor result to disk (file names: Result of Sensor [ID].*): Store the last result received from the sensor to the \Logs\sensors subfolder of the PRTG data directory on the probe system (master node, if in a cluster). File names: Result of Sensor [ID].* and Result of Sensor [ID].Data.*. This is for debugging purposes. PRTG overwrites these files with each scanning interval.

i_podThis option is not available when the sensor runs on the hosted probe of a PRTG hosted by Paessler instance.

Sensor Display

Setting

Description

Primary Channel

Select a channel from the list to define it as the primary channel. In the device tree, the last value of the primary channel is always displayed below the sensor's name. The available options depend on what channels are available for this sensor.

i_round_blueYou can set a different primary channel later by clicking b_channel_primary below a channel gauge on the sensor's Overview tab.

Graph Type

Define how different channels are shown for this sensor:

  • Show channels independently (default): Show a graph for each channel.
  • Stack channels on top of each other: Stack channels on top of each other to create a multi-channel graph. This generates a graph that visualizes the different components of your total traffic.
    i_round_redYou cannot use this option in combination with manual Vertical Axis Scaling (available in the channel settings).

Stack Unit

This setting is only visible if you enable Stack channels on top of each other as Graph Type. Select a unit from the list. All channels with this unit are stacked on top of each other. By default, you cannot exclude single channels from stacking if they use the selected unit. However, there is an advanced procedure to do so.

Inherited Settings

By default, all of the following settings are inherited from objects that are higher in the hierarchy. You should change them centrally in the root group settings if necessary. To change a setting for this object only, click b_inherited_enabled under the corresponding setting name to disable the inheritance. You then see the options described below.

i_square_cyanFor more information, see section Inheritance of Settings.

Scanning Interval

Click b_inherited_enabled to interrupt the inheritance.

Setting

Description

Scanning Interval

Select a scanning interval from the dropdown list. The scanning interval determines the amount of time that the sensor waits between two scans. Choose from:

  • 30 seconds
  • 60 seconds
  • 5 minutes
  • 10 minutes
  • 15 minutes
  • 30 minutes
  • 1 hour
  • 4 hours
  • 6 hours
  • 12 hours
  • 1 day

i_round_blueYou can change the available intervals in the system administration on PRTG on premises installations.

If a Sensor Query Fails

Select the number of scanning intervals that the sensor has time to reach and to check a device again if a sensor query fails. Depending on the option that you select, the sensor can try to reach and to check a device again several times before the sensor shows the Down status. This can avoid false alarms if the monitored device only has temporary issues. For previous scanning intervals with failed requests, the sensor shows the Warning status. Choose from:

  • Set sensor to down immediately: Set the sensor to the Down status immediately after the first request fails.
  • Set sensor to warning for 1 interval, then set to down (recommended): Set the sensor to the Warning status after the first request fails. If the second request also fails, the sensor shows the Down status.
  • Set sensor to warning for 2 intervals, then set to down: Set the sensor to the Down status only after the third request fails.
  • Set sensor to warning for 3 intervals, then set to down: Set the sensor to the Down status only after the fourth request fails.
  • Set sensor to warning for 4 intervals, then set to down: Set the sensor to the Down status only after the fifth request fails.
  • Set sensor to warning for 5 intervals, then set to down: Set the sensor to the Down status only after the sixth request fails.

i_round_blueSensors that monitor via Windows Management Instrumentation (WMI) always wait at least one scanning interval before they show the Down status. It is not possible to immediately set a WMI sensor to the Down status, so the first option does not apply to these sensors. All other options can apply.

i_round_blueIf you define error limits for a sensor's channels, the sensor immediately shows the Down status. None of the interval options apply.

i_round_blueIf a channel uses lookup values, the sensor immediately shows the Down status. None of the interval options apply.

Schedules, Dependencies, and Maintenance Window

i_round_blueYou cannot interrupt the inheritance for schedules, dependencies, and maintenance windows. The corresponding settings from the parent objects are always active. However, you can define additional schedules, dependencies, and maintenance windows. They are active at the same time as the parent objects' settings.

Setting

Description

Schedule

Select a schedule from the list. You can use schedules to monitor during a certain time span (days or hours) every week. Choose from:

  • None
  • Saturdays
  • Sundays
  • Weekdays
  • Weekdays Eight-To-Eight (08:00 - 20:00)
  • Weekdays Nights (17:00 - 09:00)
  • Weekdays Nights (20:00 - 08:00)
  • Weekdays Nine-To-Five (09:00 - 17:00)
  • Weekends

i_square_cyanYou can create schedules, edit schedules, or pause monitoring for a specific time span. For more information, see section Schedules.

Maintenance Window

Select if you want to set up a one-time maintenance window. During a maintenance window, monitoring stops for the selected object and all child objects. They show the Paused status instead. Choose between:

  • Not set (monitor continuously): Do not set up a one-time maintenance window. Monitoring is always active.
  • Set up a one-time maintenance window: Set up a one-time maintenance window and pause monitoring. You can define a time span for a the pause below.

i_round_blueTo terminate an active maintenance window before the defined end date, change the time entry in Maintenance Ends to a date in the past.

Maintenance Begins

This setting is only visible if you enable Set up a one-time maintenance window above. Use the date time picker to enter the start date and time of the one-time maintenance window.

Maintenance Ends

This setting is only visible if you enable Set up a one-time maintenance window above. Use the date time picker to enter the end date and time of the one-time maintenance window.

Dependency Type

Select a dependency type. You can use dependencies to pause monitoring for an object depending on the status of a different object. You can choose from:

  • Use parent: Use the dependency type of the parent object.
  • Select a sensor: Use the dependency type of the parent object. Additionally, pause the current object if a specific sensor is in the Down status or in the Paused status because of another dependency.
  • Master sensor for parent: Make this sensor the master object for its parent device. The sensor influences the behavior of its parent device: If the sensor is in the Down status, the device is paused. For example, it is a good idea to make a Ping sensor the master object for its parent device to pause monitoring for all other sensors on the device in case the device cannot even be pinged. Additionally, the sensor is paused if the parent group is paused by another dependency.

i_round_blueTo test your dependencies, select Simulate Error Status from the context menu of an object that other objects depend on. A few seconds later, all dependent objects are paused. You can check all dependencies under Devices | Dependencies in the main menu bar.

Dependency

This setting is only visible if you enable Select a sensor above. Click b_search_light and use the object selector to select a sensor on which the current object will depend.

Dependency Delay (Sec.)

This setting is only visible if you enable Select a sensor above. Define a time span in seconds for the dependency delay.

After the master sensor for this dependency returns to the Up status, PRTG additionally delays the monitoring of the dependent objects by the time span you define. This can prevent false alarms, for example, after a server restart or to give systems more time for all services to start. Enter an integer value.

i_round_redThis setting is not available if you set this sensor to Use parent or to be the Master sensor for parent. In this case, define delays in the parent device settings or in its parent group settings.

Access Rights

Click b_inherited_enabled to interrupt the inheritance.

Setting

Description

User Group Access

Define the user groups that have access to the sensor. You see a table with user groups and group access rights. The table contains all user groups in your setup. For each user group, you can choose from the following group access rights:

  • Inherited: Inherit the access rights settings of the parent object.
  • No access: Users in this user group cannot see or edit the sensor. The sensor neither shows up in lists nor in the device tree.
  • Read access: Users in this group can see the sensor and view its monitoring results. They cannot edit any settings.
  • Write access: Users in this group can see the sensor, view its monitoring results, and edit its settings. They cannot edit its access rights settings.
  • Full access: Users in this group can see the sensor, view its monitoring results, edit its settings, and edit its access rights settings.

i_square_cyanFor more details on access rights, see section Access Rights Management.

Channel Unit Configuration

Click b_inherited_enabled to interrupt the inheritance.

Setting

Description

Channel Unit Types

For each type of channel, select the unit in which PRTG displays the data. If you define this setting on probe, group, or device level, these settings can be inherited to all sensors underneath. You can set units for the following channel types (if available):

  • Bandwidth
  • Memory
  • Disk
  • File
  • Custom

i_round_blueCustom channel types are only available on sensor level.

More

i_square_bluePRTG MANUAL

 

i_square_blueKNOWLEDGE BASE

How to set up the SQL v2 sensors in PRTG? Is there a guide?

How can I monitor strings from an SQL database and show a sensor status depending on it?

How do I monitor the size of a Microsoft SQL Server Database?

How can I monitor error tables in SQL databases?

Why do I have to store SQL sensor queries and custom scripts in files on the probe computer?

Which .NET version does PRTG require?

Sensor Settings Overview

For more information about sensor settings, see the following sections: