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

Implement the OracleConfigurationProvider API #366

Open
jheiselman opened this issue Jul 19, 2024 · 0 comments
Open

Implement the OracleConfigurationProvider API #366

jheiselman opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jheiselman
Copy link

  1. Describe your new request in detail

Implement the OracleConfigurationProvider as done in the 23ai version of the OJDBC driver. Additionally, implement the two built-in providers, file and https.

https://docs.oracle.com/en/database/oracle/oracle-database/23/jajdb/oracle/jdbc/spi/OracleConfigurationProvider.html

We are currently working to use the built-in https provider to provide dynamic JDBC parameters, connection descriptors, and credentials to the OJDBC driver in our Java-based applications. We have a handful of Python applications that also connect to the same Oracle instances, so would like to use the same mechanism there, though primarily just for the purposes of providing credentials.

  1. Give supporting information about tools and operating systems. Give relevant product version numbers

OJDBC driver version 23ai is the reference implementation.

@jheiselman jheiselman added the enhancement New feature or request label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant