Closed nbc12 closed 2 years ago
Thanks for making the pull request.
I'd like to check if the Oracle Client libs are present. As a workaround I was creating a dummy connection and checking if it errored, but it's not optimal.
Could you use Version::client
? It loads Oracle client library when it has not been loaded yet.
I have a plan to add another initialization method with parameters corresponding to dpiContextCreateParams
.
Could you use Version::client?
That would definitely work. Thanks for the guidance!
I'd like to check if the Oracle Client libs are present. As a workaround I was creating a dummy connection and checking if it errored, but it's not optimal.