Error
Error Code:
ORA-28175
Oracle Error ORA-28175: Certificate Type Mismatch
Description
The ORA-28175 error in Oracle Database indicates a mismatch between the certificate type provided by a proxy user and the type expected by the system. This typically occurs during authentication when using proxy authentication with certificates.
Error Message
ORA-28175: incorrect certificate type
Known Causes
4 known causesIncorrect Certificate Format
The proxy user is presenting a certificate in a format (e.g., PEM, DER) that is not supported or configured for the database.
Wrong Certificate Authority (CA)
The certificate was issued by a Certificate Authority (CA) that is not trusted by the Oracle Database server.
Certificate Type Mismatch in Configuration
The database configuration specifies a particular certificate type (e.g., X.509), but the presented certificate is of a different type.
Certificate Not Intended for Authentication
The presented certificate is not configured or intended to be used for client authentication with the Oracle database.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service