What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Oracle v2 sensor

Votes:

0

Good evening,

I updated PRTG and changed the old Oralce/MsSql/Mysql sensors with the new ones. Everything work except the Oracle one where I get this error "No valid datatable was returned".

It worked a week and without change anything he started saying "No valid datatable was returned".

Why?

oracle prtg sensor

Created on Jun 7, 2016 4:49:45 PM



1 Reply

Votes:

0

Hi AndreaM, with one of our changed Oracle sensors we got the same message... Imo it's a Problem that sometimes nothing was returned.

OLD:
select 
EXTRACT (HOUR   FROM (ELAPSED_TIME))*60*60+ 
EXTRACT (MINUTE FROM (ELAPSED_TIME))*60+ 
EXTRACT (SECOND FROM (ELAPSED_TIME))
from all_scheduler_running_jobs where job_name='xyzJOB'

NEW:
select 
nvl(
max(
EXTRACT (HOUR   FROM (ELAPSED_TIME))*60*60+ 
EXTRACT (MINUTE FROM (ELAPSED_TIME))*60+ 
EXTRACT (SECOND FROM (ELAPSED_TIME)) 
), 0)
from all_scheduler_running_jobs where job_name='xyzJOB'

Created on Aug 23, 2016 1:26:59 PM

Last change on Aug 24, 2016 7:31:23 AM by  Torsten Lindner [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.