Up until now we've been using Oracle 10.2.0.1 as our OCI backend for Zabbix which was connecting to an 11i database. We're starting to have problems where Zabbix won't write to the database quickly enough and we suspect Oracle 10 libs are not interacting with Zabbix 1.8 very well.
The reason we had this configuration is that Zabbix did not appear to want to run with the 11i libraries. Despite tnsping and sqlplus all working properly from the same host as the zabbix server, when we use a binary compiled against the Oracle 11 libraries we see this in our log file:
460:20100406:143424.378 [Z3001] Connection to database '//czab11db.incert.REDACTED.com:1560/CZAB11DB' failed: [-1] ORA-12154: TNS:could not resolve the connect identifier specified
On the database side, we see this in the listener log file:
TNS-12502: TNS:listener received no CONNECT_DATA from client
We don't know what's going on. Please help!
The reason we had this configuration is that Zabbix did not appear to want to run with the 11i libraries. Despite tnsping and sqlplus all working properly from the same host as the zabbix server, when we use a binary compiled against the Oracle 11 libraries we see this in our log file:
460:20100406:143424.378 [Z3001] Connection to database '//czab11db.incert.REDACTED.com:1560/CZAB11DB' failed: [-1] ORA-12154: TNS:could not resolve the connect identifier specified
On the database side, we see this in the listener log file:
TNS-12502: TNS:listener received no CONNECT_DATA from client
We don't know what's going on. Please help!
ort/user with tnsnames
Comment