-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: Agent2 (G)
-
None
Hi,
Zabbix Agent 2 Oracle plugin claims to be compatible with Oracle DB 12c2 and newer.
Plugin uses the following query to obtain Oracle DB version (oracle.version item):
SELECT VERSION_FULL FROM V$INSTANCE
According to the official Oracle documentation (V$INSTANCE), VERSION_FULL column is only available since Oracle DB 18c.
This leads to the item becoming unsupported as that column is non-existent on older versions.
Could we please have the plugin reviewed, so that it is indeed compatible with Oracle DB version advertised?