Error
Error Code: ORA-28168

Oracle Error ORA-28168: Unsupported Certificate

📦 Oracle Database
📋

Description

The ORA-28168 error occurs when the Oracle database server attempts to extract client credentials from a certificate of an unsupported type. This typically happens during secure connection attempts using SSL/TLS where the server cannot process the certificate format provided by the client.
💬

Error Message

ORA-28168: unused error
🔍

Known Causes

3 known causes
⚠️
Unsupported Certificate Type
The client certificate presented to the Oracle server is in a format that the server's configuration does not recognize or support. 💻
⚠️
Incorrect Wallet Configuration
The Oracle wallet (cwallet.sso or ewallet.p12) used to store trusted certificates is not configured correctly to recognize the certificate's issuing CA. 🔒
⚠️
Missing or Corrupted Certificate
The certificate file itself might be missing from the client's system or has become corrupted, preventing the server from properly interpreting its type. ⚙
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General 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