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!

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.

SQLNET.ALLOWED_LOGON_VERSION

user20050Feb 17 2009 — edited Jan 28 2010
If i set this parameter in the sqlnet.ora file, do i need to set a corresponding value via jdbc similar to "oracle.net..." similar to encryption?

sqlnet.ora entry
SQLNET.ALLOWED_LOGON_VERSION = 10

I'm running 10gR1 on Linux and trying to connect via jdbc (ojdbc14.jar) and its failing with

ORA-28040: No matching authentication protocol


If SQLNET.ALLOWED_LOGON_VERSION is set only in the sqlnet.ora with no property in jdbc i get

ORA-28040: No matching authentication protocol


If SQLNET.ALLOWED_LOGON_VERSION is set in sqlnet.ora and in the jdbc prop (oracle.net.allowed_logon_version=10) file I still get

ORA-28040: No matching authentication protocol

It says to set it on both the client and server -- how do you set it on the client?


Any guidance is appreciated

Thanks,

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 25 2010
Added on Feb 17 2009
5 comments
20,036 views