are you queryRDBDirect = 1 when reading data for the Oracle database?
Have you tried if there is difference at the result when using queryRDBDirect = 0 and 1?
Best Regards
Leopold Knipp
Senior Support Specialist
I have also come across problems with queries when using SELECT ALERT with TIMERANGE and ORACLE. I have tried Jim’s example above.
With queryRDBDirect = 0
_DPT = "_DataManager" returns all _DataManager alarms
_DPT != "_DataManager" returns all _DataManager alarms
_DPT LIKE "_Data*" returns nothing
_DPT NOT LIKE "_DataManager" returns nothing
With queryRDBDirect = 1 exactly the same results are returned, which aren't as anticipated.