Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to connect using Custom JDBC Connection Type

rockerzJun 2 2024 — edited Jun 2 2024

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

Comments
Post Details
Added on Jun 2 2024
8 comments
713 views