Hello.
I need to monitor a few oracle databases. The problem is:
I can't use zabbix agent. It's a EXADATA and anything I want to install, I need authorization from Oracle - it's sucks.
So, I tried follow this:
and
https://www.zabbix.com/documentation.../odbc_checks?s[]=odbc
But without success. The zabbix documentation is about Mysql, the unixODBC just have pai version of Oracle driver.
After that, I try make this by hand. I installed the Oracle client and configured as below.
odbcinst.ini
odbc.ini
the command isql -v ora07
ANybody can help me please.
I need to monitor a few oracle databases. The problem is:
I can't use zabbix agent. It's a EXADATA and anything I want to install, I need authorization from Oracle - it's sucks.
So, I tried follow this:
and
https://www.zabbix.com/documentation.../odbc_checks?s[]=odbc
But without success. The zabbix documentation is about Mysql, the unixODBC just have pai version of Oracle driver.
After that, I try make this by hand. I installed the Oracle client and configured as below.
odbcinst.ini
Code:
[Oracle] Description = ODBC for Oracle Driver = /usr/lib/oracle/12.1/client64/lib/libsqora.so.12.1 Trace = yes TraceFile = /var/log/odbcoracle
Code:
[ora07] Driver = Oracle Database = //oracle07:1521/ora07 Port = 1521 UserID = My_db_user Password = my_password
Code:
[IM004][unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed [ISQL]ERROR: Could not SQLConnect
ANybody can help me please.

Comment