PrashantSetia
7 years agoOccasional Contributor
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.