Hi guys
I need your help. I am trying to monitor an Oracle database.
My Zabbix (3.0.7) is running on Ubuntu 14.04.
Thats what I already did:
- I installed "unixODBC" and the "Oracle Instant Client" on my server.
- I configured /etc/odbc.ini (Driver is defined in this file therefore I have odbcinst.ini)
- I created tnsnames.ora and sqlnet.ora
With this configuration I can succesfully isql to my database.
But when I create a trigger in zabbix the following error message appears:
Cannot connect to ODBC DSN:[SQL_ERROR]:[08004][12154][[unixODBC][Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
]|
I did a lot of research and tried every suggestion I found on zabbix forum or elsewhere. I read that in most cases SELinux causes this behaviour, but on my Ubuntu there ist no SELinux.
Can anyone help me out? Any suggestion is welcome.
Thanks alot
I need your help. I am trying to monitor an Oracle database.
My Zabbix (3.0.7) is running on Ubuntu 14.04.
Thats what I already did:
- I installed "unixODBC" and the "Oracle Instant Client" on my server.
- I configured /etc/odbc.ini (Driver is defined in this file therefore I have odbcinst.ini)
- I created tnsnames.ora and sqlnet.ora
With this configuration I can succesfully isql to my database.
But when I create a trigger in zabbix the following error message appears:
Cannot connect to ODBC DSN:[SQL_ERROR]:[08004][12154][[unixODBC][Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
]|
I did a lot of research and tried every suggestion I found on zabbix forum or elsewhere. I read that in most cases SELinux causes this behaviour, but on my Ubuntu there ist no SELinux.
Can anyone help me out? Any suggestion is welcome.
Thanks alot
Comment