Colin Campbell

Results 3 issues of Colin Campbell

Can we allow for the use of `SSL_SERVER_CERT_DN` and `SSL_SERVER_DN_MATCH` as it is in a Net Description string? As far as I know, current SSL only works when setting `SSL...

I'm currently facing an issue when trying to connect using `BuildJDC` function with the a orclNetDescString similar to the following: `DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=host.com)(PORT=port))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=service))(SECURITY=(SSL_SERVER_CERT_DN="CN=cname,O=org,L=location")))` Using the following code ```go package main import (...

Just wondering if there is current support for binding to a database client using a user provided service containing a jdbc url for Oracle? I'm looking to use a service...