spring-attic / jdbc

Apache License 2.0
11 stars 18 forks source link

Oracle DB driver support for JDBC source #52

Closed respondsid closed 4 years ago

respondsid commented 4 years ago

I am trying to use this source for a oracle database, from dependencies it doesnt look like the oracle drivers are supported.

sobychacko commented 4 years ago

@respondsid Oracle drivers are not included by default. You have to do it on your own. You can follow the patching procedures here. You can also clone this repo and then regenerate the apps if you choose to go that way.

sabbyanandan commented 4 years ago

Hi, @respondsid. We attempt to package only the open-source and license-friendly drivers by default. To use Oracle, however, you'd have to have a valid license from Oracle, and for the same reason, we don't bundle the Oracle driver by default  — we cannot redistribute unlicensed software.

You can add it to the app and build it yourself, though.

respondsid commented 4 years ago

Makes sense appreciate the quick response