java.sql.SQLException: ORA-28040: No matching authentication protocol

Posted lllaojia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.sql.SQLException: ORA-28040: No matching authentication protocol相关的知识,希望对你有一定的参考价值。

使用FineReport连接Oracle时,出现如下日志:

严重:java.sql.SQLException: ORA-28040: No matching authentication protocol

at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.fr.dav.LocalEnv.testConnection(Unknown Source)
at com.fr.design.data.datapane.connect.DatabaseConnectionPane$1$1.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2019-07-23 10:49:03
正常:加载配置文件:"datasource.xml".

 

 

解决方法:

技术图片

 

   在报表软件安装目录下,我的是在D:\\FineReport8.0-CN\\FineReport8.0-CNInStall\\FineReport_8.0\\WebReport\\WEB-INF\\lib,有如上图片中名为  ojdbc**   的jar包,将他替换为你的Oracle所对应的 jar,我的替换为 ojdbc11,再次链接就可以了,注意需要将你原来的  ojdbc**   从原文件中删除(建议剪切到另外文件夹,备用)。

 

以上是关于java.sql.SQLException: ORA-28040: No matching authentication protocol的主要内容,如果未能解决你的问题,请参考以下文章

Python 操作Redis

python爬虫入门----- 阿里巴巴供应商爬虫

Python词典设置默认值小技巧

《python学习手册(第4版)》pdf

Django settings.py 的media路径设置

Python中的赋值,浅拷贝和深拷贝的区别