Hello,
I am trying to connect to DB using custom JDBC with the following values:
Custom JDBC URL: jdbc:oracle:thin:@//servername:port/DB_NAME
Advanced:
oracle.net.authentication_services = (KERBEROS5)
oracle.net.kerberos5_mutual_authentication = true
oracle.net.kerberos5_cc_name = OSMSFT://
java.security.krb5.conf = D:\oracle\product\21.0.0\client_64\network\admin\krb5.conf
Test connection fails: Error: A connection with the database could not be established
