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-05-21 16:15:54 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-21 16:15:54 +0300
commitd482e7a45bfb234ee0dc2784adb5d2c406d63a65 (patch)
tree044a011f957c4017e29b7b0037f84f5bc1786eb5 /include/zbxdb.h
parenteb357b36516339cb39ca58255242cbf2c65b5faf (diff)
........S. [DEV-1835] fixed Oracle max support version
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 50a8a87797c..e106d8052ce 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -164,8 +164,8 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#define ZBX_ORACLE_MIN_VERSION 1201000200
#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_ORACLE_MAX_VERSION 1999000000
+#define ZBX_ORACLE_MAX_VERSION_FRIENDLY "Database 19c Release 19.x.x"
#define ZBX_ELASTIC_MIN_VERSION 70000
#define ZBX_ELASTIC_MIN_VERSION_FRIENDLY "7.x"