Oracle 28040-No matching authentication protocol

场景:Oracle服务端是12.2.0.1,使用软件Navicat 11.0.17连接 提示 No matching authentication protocol

分析:ora-28040,没有对应的鉴权协议,12c默认 SQLNET.ALLOW_LOGIN_VERSION_SERVER/CLIENT=11
Navicat 11.0.17 集成的是 oracle10.2(从navicate的安装目录 可以查看到集成的版本)

            依据后台  oerr ora 28040的提示,需要设定允许登录的 服务端了客户端  

处理:
根据对应提示,需要在服务端设定对应参数 才可以 连接数据库12c
配置sqlnet.ora文件
增加如下信息:
Oracle 28040-No matching authentication protocol

            重启监听 
            lsnrctl stop/start 

猜你喜欢

转载自blog.51cto.com/8026776/2515360
今日推荐