-
Incident report
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
I have Zabbix 3.2
When I'm trying to get data from Oracle, instead of integers get unreadable characters
X?P?U `?`?`a X?
select ceil(sum(df.BYTES)/1024/1024/1024) msize from dba_data_files df, dba_tablespaces ts where df.tablespace_name=ts.tablespace_name and ts.tablespace_name='SYSTEM' group by ts.tablespace_name
But through isql -in all good
SQL> select ceil(sum(df.BYTES)/1024/1024/1024) msize from dba_data_files df, dba_tablespaces ts where df.tablespace_name=ts.tablespace_name and ts.tablespace_name='SYSTEM' group by ts.tablespace_name +-----------------------------------------+ | MSIZE | +-----------------------------------------+ | 12 | +-----------------------------------------+ SQLRowCount returns -1 1 rows fetched
- duplicates
-
ZBX-11213 DB Monitoring stopped working after upgrade to 3.2
- Closed