I am building a new server to use for zabbix that I will be using instead of my old one. Everything is built and seems fine, but whenever I start ./zabbix_server I get endless errors that look like:
018207:20061106:103223 Query::begin
update_item(1162830780,null,1162830742, null,41847,null);
end;
018207:20061106:103223 Query failed:ORA-06550: line 2, column 2:
PLS-00201: identifier 'UPDATE_ITEM' must be declared
ORA-06550: line 2, column 2:
PL/SQL: Statement ignored
Any ideas? Everything works fine on the other zabbix installation...
018207:20061106:103223 Query::begin
update_item(1162830780,null,1162830742, null,41847,null);
end;
018207:20061106:103223 Query failed:ORA-06550: line 2, column 2:
PLS-00201: identifier 'UPDATE_ITEM' must be declared
ORA-06550: line 2, column 2:
PL/SQL: Statement ignored
Any ideas? Everything works fine on the other zabbix installation...
Comment