Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle JDBC drivers have new groupIds and artifactIds #3

Closed
aalmiray opened this issue Mar 1, 2021 · 5 comments
Closed

Oracle JDBC drivers have new groupIds and artifactIds #3

aalmiray opened this issue Mar 1, 2021 · 5 comments
Assignees

Comments

@aalmiray
Copy link

aalmiray commented Mar 1, 2021

The Oracle JDBC drivers have been updated and published to Maven Central since September 2019 starting with version 19.6.0.0. The new coordinates use com.oracle.database.jdbc as base gorupId

https://mvnrepository.com/artifact/com.oracle.database.jdbc

@sproket
Copy link
Owner

sproket commented Mar 2, 2021

Oh thanks. Yeah I was usually using a downloaded driver for ANT. I'm using an older version. But yeah, at some point I'll update my oracle test database. My plan is to move all my test DBs to Linux on a virtual box image and make it available somewhere for people.

@sproket sproket self-assigned this Mar 2, 2021
@sproket
Copy link
Owner

sproket commented Mar 8, 2021

My test DB is older 11g express edition. Do you know which dependency should I use? Maybe I need to upgrade that version.

@sproket
Copy link
Owner

sproket commented Mar 8, 2021

Thanks. Since my DB version is older. I just manually installed ojdbc6.jar - I added the file to libs and added a readme for it.

@sproket sproket closed this as completed Mar 8, 2021
@dstango
Copy link

dstango commented Apr 18, 2021

Actually: why have a local copy of ojdbc6.jar at all? ojdbc8 should be perfectly fine. Even when running against Oracle 11 ... and the dependency seems to be updated properly.

I also found a build.xml where it's used -- do you still intend to support build with ant?

Otherwise I'd propose to simply get rid both of ojdbc6.jar and build.xml ;-) ...

@sproket
Copy link
Owner

sproket commented Apr 18, 2021

No I'm doing anything with ant anymore. It might work still. I'll remove it at some point. I'll try out the ojdbc8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants