From aa86edbcf6cd8b0dddfb82fd8abc514bfc9d2d3b Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Mon, 4 Mar 2019 17:22:11 +0100 Subject: [PATCH] Add documentation about the missing Oracle Docker image See https://github.com/jhipster/generator-jhipster/issues/9370 --- pages/using_oracle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/using_oracle.md b/pages/using_oracle.md index 8116ceb0a8..898d936af7 100644 --- a/pages/using_oracle.md +++ b/pages/using_oracle.md @@ -26,3 +26,4 @@ When using Oracle with JHipster, the following limitations will be applicable - When doing relationships, foreign key names cannot be more than 30 characters, so they will be truncated if they are too long - When doing many-to-many relationships, the join table name will follow the JPA specification (in the form "firstTable_secondTable"): if it is more than 30 characters long, it will be truncated. - Oracle reserved keywords cannot be used as Entity names or Field names. +- We do not provide an Oracle database Docker image, like we do for other databases, as Oracle does not allow to have public Docker images.