Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.15
-
Fix Version/s: 1.8.16rc1
-
Component/s: Frontend (F)
-
Environment:Red Hat Enterprise Linux Server release 6.0 , Oracle 11gR2
Description
When you open "Monitoring -> Graphs" You get SQL errors rather than graphs:
ociexecute(): ORA-00907: missing right parenthesis [include/db.inc.php:461]
SQL error [ORA-00907: missing right parenthesis] in [SELECT DISTINCT g.* FROM groups g,hosts_groups hg,hosts h WHERE ((g.groupid BETWEEN 000000000000000 AND 099999999999999)) AND hg.groupid=g.groupid AND h.hostid=hg.hostid AND h.status=0 AND EXISTS (SELECT 1 FROM items i,graphs_items gi WHERE i.hostid=hg.hostid AND i.itemid=gi.itemid ROWNUM <=1)]
ocifetchinto(): ORA-24374: define not done before fetch or execute and fetch [include/db.inc.php:625]
Using Oracle as backend: SQL errors
Using MySQL as backend: all is normal