ORA-12649: Unknown encryption or data integrity algorithm
Cause: An Oracle Advanced Security list-of-algorithms parameter included an algorithm name that was not recognized.
Action: Either remove that algorithm name, correct it if it was misspelled, or install the driver for the missing algorithm.
ORA-12649错误:ORA-12649:未知加密或数据完整性算法
常见情形:这种错误经常出现在数据库客户端试图访问使用不同版本支持的不兼容加密和完整性算法(如AES或SHA-1)的数据库服务器时。
第1步:安装正确的客户端程序,以兼容服务器上支持的加密或数据完整性算法。
第2步:启用服务器上正确版本支持的加密和完整性算法,并重新启动服务器。
第3步:检查客户端安全设置,以便它优先选择与服务器版本兼容的加密和完整性算法,以进行安全会话。