Open
Description
- 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.
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.
- Give supporting information about tools and operating systems. Give relevant product version numbers
OJDBC driver version 23ai is the reference implementation.