ORA-31222: DBMS_LDAP: PL/SQL – Invalid LDAP SSL authentication mode. ORACLE 报错 故障修复 远程处理

文档解释

ORA-31222: DBMS_LDAP: PL/SQL – Invalid LDAP SSL authentication mode.

Cause: There has been an error in the DBMS_LDAP operation.

Action: Please check the LDAP sslauth value that you use for LDAP operation, or report the error number and description to Oracle Support.

ORA-31222: DBMS_LDAP: PL/SQL – Invalid LDAP SSL authentication mode.

这是一个由DBMS_LDAP PL/SQL包引起的错误,表明LDAP的SSL身份验证模式无效。

官方解释

ORA-31222: DBMS_LDAP: PL/SQL – Invalid LDAP SSL authentication mode

Cause: Invalid LDAP SSL authentication mode was specified.

Action: Specify the correct authentication mode for LDAP SSL.

常见案例

这个错误很常见,比如在使用DBMS_LDAP包尝试连接受SSL保护的LDAP服务器时,服务器可能会返回上述错误。这是由于您提供的SSL身份验证模式不正确引起的。

一般处理方法及步骤

1. 首先,检查LDAP服务器所使用的SSL身份验证模式,然后在DBMS_LDAP包中使用相同的模式。

2. 如果LDAP服务器上正在运行多个SSL身份验证模式,请确保您提供的安全套接字层(SSL)身份验证模式也匹配LDAP服务器上正在使用的模式。

3. 最后,即使您已成功配置SSL认证模式,也应确保所使用的证书已从受信任的根证书颁发机构(CA)处取得。


数据运维技术 » ORA-31222: DBMS_LDAP: PL/SQL – Invalid LDAP SSL authentication mode. ORACLE 报错 故障修复 远程处理