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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
5 comments
349 views