Forum Discussion

PrashantSetia's avatar
PrashantSetia
Occasional Contributor
6 years ago
Solved

JDBC connectivity issue - No matching authentication protocol

Hello All,

 

I am trying to connect to Database . I am getting error as below while trying connection to oracle DB:

 

Can't get the Connection for specified properties; java.sql.SQLException: ORA-28040: No matching authentication protocol

 

I kept ojdbc6.jar under lib directory and after looking at posts online, mentioned below in sqlnet.ora:

 

SQLNET.ALLOWED_LOGON_VERSION_CLIENT=11
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.ALLOWED_LOGON_VERSION=8

 

Still getting same error. anyone pelase help.

 

Thanks in advance

  • It is resolved . I just removed ojdbc14 jar files and it worked.

4 Replies

  • PrashantSetia's avatar
    PrashantSetia
    Occasional Contributor

    It is resolved . I just removed ojdbc14 jar files and it worked.

  • ShasiSingh's avatar
    ShasiSingh
    Occasional Contributor

    How are you connecting with Oracle, Using teststep-> JDBC request or using Groovy scripting?

    Just out of curiosity where you put your jar file. Inside Bin--> \bin\ext or \bin\

    If it is possible can you share your connection string?

    • Bhavesh132456's avatar
      Bhavesh132456
      New Contributor

      jdbc:oracle:thin:TO/TO@vm-usaadb7.navisys.com:1526/USAATA1

       

      This is my Connection String , i am getting same Error . Can you help


      ShasiSingh wrote:

      How are you connecting with Oracle, Using teststep-> JDBC request or using Groovy scripting?

      Just out of curiosity where you put your jar file. Inside Bin--> \bin\ext or \bin\

      If it is possible can you share your connection string?