ORA-28175: incorrect certificate type ORACLE 报错 故障修复 远程处理
文档解释
ORA-28175: incorrect certificate type
Cause: the type of certificate provided by the proxy user to identify a client user does not match the type that is required.
Action: Provide a certificate of the correct type.
ORA-28175:不正确的证书类型,是Oracle数据库中发生的一种证书错误,它表明用户正在尝试使用根证书或可信任的第三方证书验证时数据库检测到错误的证书类型。
官方解释
常见案例
一般处理方法及步骤
1. 仔细检查客户端或云服务器上使用的证书,确保它是由Oracle数据库支持的证书类型。
2. 将正确类型的证书安装到客户端或云服务器上,以确保证书的完整性。
3. 重新连接到数据库,用正确的证书进行身份验证,并确保客户端和服务器之间的连接成功,最后可以正确地使用连接数据库。