当前位置: 移动技术网 > IT编程>数据库>Oracle > plsql developer连接oracle 12.2报错 ora-28040 No matching authentication protocol

plsql developer连接oracle 12.2报错 ora-28040 No matching authentication protocol

2019年01月13日  | 移动技术网IT编程  | 我要评论

揭阳人才网,上品寒士女主角,极限挑战延播

使用plsql连接时,发现报ora-28040 no matching authentication protocol

赶紧查了查mos,原来在默认情况下oracle12.2对客户端版本有限制,

解决方法:升级oracle客户端或者修改sqlnet.ora中的以下两个参数控制:

 

sqlnet.allowed_logon_version_server=10

sqlnet.allowed_logon_version_client=10

 

select username, account_status, default_tablespace, created, password_versions from dba_users;

username    account_status                             default_tablespace                          created       password_versions
--------------- ---------------------------------------------------------------- ------------------------------------------------------------ ------------ ----------------------------------
sys        open                                 system                               26-jan-17    10g 11g 12c
system        open                                 system                               26-jan-17    10g 11g 12c

 

 

password_versions表明当前用户口令的认证方式.

 

 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网