I'm trying to do some basic queries of an Oracle environment using the SAM Oracle Experience Monitor query and I'm finding it to be a little short on capability. While it does query successfully, we're having issues with how the Oracle Experience monitor components are configured.
They state:
Statistic: Value of the first column first cell of the query result.
Message: Value of the second column first cell of the query result (not required).'
The question is: Is there any way to get around that particular "we only look for the value in the first cell" part of the monitor?
That is causing problems with how Oracle presents it's data. See: results that say that we're getting no data from queries, for example.
So say a query of
select count(*) , component_name , TRUNC(Receive_Date) from dlv_message where dlv_type = 1 and state = 0
group by component_name ,TRUNC(Receive_Date) order by count(*) desc
Will not catch that the value is in the second cell instead of the first, from our Oracle environment.