diff --git a/README.md b/README.md index c5c73972aadfe9b123d56e192b82e724fb0f057d..c590d823aaaa224fc2d982f894d4df8371c3e12a 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 aff64a41fef2ed60773dc8f4b3e1c55c03e33390..d60650ee57d6eb95ac509d7c2e2e8b5c829d0c15 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 =======================