From efa743b2661e849f11da4fec02a8b65c138c2156 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Gn=C3=A4gi?= <gnaegi@frentix.com>
Date: Mon, 30 Sep 2019 11:05:01 +0200
Subject: [PATCH] non-jira: info about oracle support experimental

---
 README.md                                     | 10 ++++++++++
 src/main/resources/database/oracle/README.txt | 11 +++++++++++
 2 files changed, 21 insertions(+)

diff --git a/README.md b/README.md
index c5c73972aad..c590d823aaa 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,16 @@ test database that you configured in `src/test/profile/mysql/olat.local.properti
 MySQL or `src/test/profile/postgresql/olat.local.properties` for PostgreSQL.
 
 
+*For Oracle*: 
+
+Oracle support is experimental. The database schema is available and 
+updated for historic reason, however running OpenOlat with Oracle is 
+largely untested. Do not use it for production before you tested the 
+entire application. We are interested in adding Oracle to our list of
+fully supported and recommended database, contact us if you want to 
+sponsor this compatibility. 
+
+
 #### 3. Setting up the Tomcat server in Eclipse
 
 Setup a tomcat server by clicking on OpenOlat -> Run As -> "Run on Server". The
diff --git a/src/main/resources/database/oracle/README.txt b/src/main/resources/database/oracle/README.txt
index aff64a41fef..d60650ee57d 100644
--- a/src/main/resources/database/oracle/README.txt
+++ b/src/main/resources/database/oracle/README.txt
@@ -1,3 +1,14 @@
+EXPERIMENTAL
+============
+
+Oracle support is experimental. The database schema is available and 
+updated for historic reason, however running OpenOlat with Oracle is 
+largely untested. Do not use it for production before you tested the 
+entire application. We are interested in adding Oracle to our list of
+fully supported and recommended database, contact us if you want to 
+sponsor this compatibility. 
+
+
 Oracle Database Support
 =======================
 
-- 
GitLab