-
Notifications
You must be signed in to change notification settings - Fork 301
support for Oracle DB #73
Comments
No tests or any thought has been put into Oracle DB support. My strategy would be: just try it, and look at |
Thank for your answer, I will try and report back/ |
@tomkuipers Any chances you may share how did it go in trying to use this with Oracle DB? |
@javierisaai I failed to port it to Oracle and used MySQL DB in the end. Sorry I can't be of any help. |
I can't see why this is not possible. did any one succeed in getting the APIs working with Oracle ? |
I set it to use with Oracle in the company I work for. At first I had problems with the name of tables that stray the size supported by Oracle. To work, I defined smaller names and overwritten names in an orm.xml file.
Follow the persistence.xml file with the orm.xml mapping
|
@SamehSamy @tomkuipers I'm working on changes to make Apis to work with Oracle DB. It seems to be working fine, but needs more testing and validation. My progress so far can be found at thiagozf/apis#9. Once it is stable, I will submit the pull request. Feedback is appreciated! |
At the moment APIS is compatible with HSQL and MySQL databases, but what about support for Oracle DB. Is it possible to use an Oracle DB? What would have to added in the code or configured to support Oracle databases?
The text was updated successfully, but these errors were encountered: