DBMS_LDAP set TLS version
I want want to use the DBMS_LDAP package to connect to a ldap server over LDAPS.
So far it worked.
But now I disabled support for TLS1.0 on the LDAP server and it doesn't work anymore.
I checked the network traffic and found out that the DBMS_LDAP package uses TLS 1.0.
Is there a way to "upgrade" to a newer version (TLS 1.2).
Database version is 12.2.0.1.0.