Skip to Main Content

Oracle Database Discussions

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!

Not able to connect from oracle 11.2.0 client to Oracle database 12.2 server DB (ora-28040 no matchi

Deepak RawatOct 15 2018 — edited Oct 15 2018

Hello,

I am working on database server 12.2 and the OS is linux 64 bit. I am trying to connect to this database server using a .NET application running on a windows 64 bit machine with Oracle client 11.2.0 installed. It is failing with ORA-28040: No matching authentication protocol error.

What is the workaround to make this work?

Surfed the forums and internet for possible solution and we have tried setting the SQLNET.ALLOWED_LOGON_VERSION = 8 ,SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 8 and SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8 in both the server and client sqlnet.ora files with no success.

Please suggest the possible solutions to connect from oracle 11.2.0 client to Oracle database 12.2 server DB. Any help is appreciated.

Thanks a lot.

Comments
Post Details
Added on Oct 15 2018
4 comments
7,112 views