Hi,
I want to do some oracle checks using odbc on ASM instances (login as sysdba) and mounted physical standby databases (login as sysdg). But using zabbix odbc based checks I do always fail to login with this error:
Cannot connect to ODBC DSN: [SQL_ERROR]:[28000][1017][[Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied]
The identical logins work well using sqlplus. I am very sure on the oracle side everything is correct. But I noticed that zabbix documentation only tells with agent based monitoring that "as sysdba" can be used.
- Are such role based logins even possible using zabbix "database monitor" items (so ODBC)?
- If yes, how? Is there a trick how to configure those regarding the username or password definition (how and where to include that "as sysdba")?
Thanks,
Robert
I want to do some oracle checks using odbc on ASM instances (login as sysdba) and mounted physical standby databases (login as sysdg). But using zabbix odbc based checks I do always fail to login with this error:
Cannot connect to ODBC DSN: [SQL_ERROR]:[28000][1017][[Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied]
The identical logins work well using sqlplus. I am very sure on the oracle side everything is correct. But I noticed that zabbix documentation only tells with agent based monitoring that "as sysdba" can be used.
- Are such role based logins even possible using zabbix "database monitor" items (so ODBC)?
- If yes, how? Is there a trick how to configure those regarding the username or password definition (how and where to include that "as sysdba")?
Thanks,
Robert
Comment