-
Documentation task
-
Resolution: Duplicate
-
Trivial
-
None
-
6.2.0
-
None
As an extent to https://support.zabbix.com/browse/ZBX-21296
Steps to reproduce:
- grant select on v_$restore_point to zabbix_mon; (as sysdba)
- describe v$restore_point; (as zabbix_mon to see the fact that previous was successful)
- select name from v$restore_point; (as zabbix_mon)
Result:
ERROR at line 1:
ORA-01031: insufficient privileges
Also you can see the same in zabbix-agent2.log as "2022/07/08 16:10:19.870563 [Oracle] Cannot fetch data: dpiStmt_execute: ORA-01031: insufficient privileges."
Made screenshot of dashboard "Latest data" which is correlated to this error.
Expected:
Successuful select, no error in dashboard, no error in agent log.
- part of
-
ZBX-21296 README.md in source code of oracle plugin states a bit wrong commands to grant select on v$ views.
- Closed