ORA-12657: No algorithms installed
Cause: The near side of the connection required the use of a service (either encryption or checksumming) when no algorithms for that service were installed.
Action: Remove the “ON” requirement for that service.
ORA-12657: No algorithms installed是出现在密码加密的时候的一个错误码。
此报错信息表明没有安装任何受支持的加密算法。
在Oracle数据库上访问时可能会遇到此错误,当使用VPD(虚拟私有数据库)时发生此默认。
1. 首先,通过安装正确的oracle客户端解决此错误消息。
2. 然后,确保OraCrypt32.dll文件位于系统路径上,例如:C: Windows system32。
3. 接下来,查看DBA_HASH_ALGORITHMS视图,它将显示支持的加密算法和安装程序。
4. 最后,使用$ ORACLE_HOME / bin / oejmkstor运行脚本来根据您选择的加密算法进行安装。