Does JDBC OCI support TLS (1.2)
- We have a .Net application which uses a (19c) JDBC OCI driver to connect to Oracle DB (being 12c/18c19c).
Q: does this support TLS 1.2? or is it mandatory to switch to JDBC thin driver for that? - In case we need to setup the app with JDBC Thin driver, can we still make use of available sqlnet.ora/ldap.ora/tnsnames.ora for TNS-alias resolving?
We have a constraint of building the entire connect string: host, port and SID. Is it possible to use only the @<TNS-alias>
1