ORA-28040: No matching authentication protocol


最近在维护一个老代码的时候,将数据库还原到Oracle 19c中,后台运行在连接数据库的时候,报ORA-28040: No matching authentication protocol。网上的解决方案比较复杂,还要修改Oracle配置文件,最后发现将


com.oracle.database.jdbc
ojdbc6
11.2.0.1.0

升级为


com.oracle.database.jdbc
ojdbc6
11.2.0.4

就没有再报这个错误了。