Skip to content

Commit

Permalink
Add documentation about the missing Oracle Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Mar 4, 2019
1 parent aafcbe0 commit aa86edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/using_oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aa86edb

Please sign in to comment.