Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-08 17:27:53 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-08 17:54:00 +0300
commitdef425748bce80ea2d025360a1fefde7d81966d5 (patch)
tree0042e1b7324fe6276843561982cec6e859481d9d /include
parent1a134230bb8856b4fe566dfe25675ba41d1fa3a0 (diff)
........S. [DEV-1836] added support OCIServerRelease2
Diffstat (limited to 'include')
-rw-r--r--include/zbxdb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index d50f45e19b3..50a8a87797c 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -163,9 +163,9 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#define ZBX_POSTGRESQL_MAX_VERSION_FRIENDLY "13.x"
#define ZBX_ORACLE_MIN_VERSION 1201000200
-#define ZBX_ORACLE_MIN_VERSION_FRIENDLY "12.01.00.02.x"
-#define ZBX_ORACLE_MAX_VERSION 1202000399
-#define ZBX_ORACLE_MAX_VERSION_FRIENDLY "12.02.00.03.x" /* Oracle Database 19c 19.1.0 */
+#define ZBX_ORACLE_MIN_VERSION_FRIENDLY "Database 12c Release 12.01.00.02.x"
+#define ZBX_ORACLE_MAX_VERSION 1901000000
+#define ZBX_ORACLE_MAX_VERSION_FRIENDLY "Database 19c Release 19.1.0"
#define ZBX_ELASTIC_MIN_VERSION 70000
#define ZBX_ELASTIC_MIN_VERSION_FRIENDLY "7.x"