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

enhanced support for oracle drivers #255

Closed
jnewton03 opened this issue May 17, 2023 · 0 comments · Fixed by #256
Closed

enhanced support for oracle drivers #255

jnewton03 opened this issue May 17, 2023 · 0 comments · Fixed by #256

Comments

@jnewton03
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I cannot currently download the ojdbc11 driver with lpm and the ojdbc8 driver is not the newest.

I also need the following JARs to support Oracle ATP and ADW:
oraclepki.jar, osdt_cert.jar, and osdt_core.jar

Describe the solution you'd like
lpm install oracle8 and lpm install oracle11 (or some variance of that name) installs the oracle driver
lpm install oracle-security(?) installs the 3 security related jars

Describe alternatives you've considered
I could not use lpm and just download the jar files manually

maven central links:
ojdbc8 - https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8
NOTE: 8 has been moved to 10: https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc10
ojdbc11 - https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc11
oraclepki - https://mvnrepository.com/artifact/com.oracle.database.security/oraclepki
osdt_cert - https://mvnrepository.com/artifact/com.oracle.database.security/osdt_cert
odst_core - https://mvnrepository.com/artifact/com.oracle.database.security/osdt_core

mcred added a commit that referenced this issue May 18, 2023
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

Successfully merging a pull request may close this issue.

1 participant