You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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.