Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Certificate error when interfacing with Non-Oracle Databases with Oracle Autonomous Databases

TinkerBoyFeb 6 2025 — edited Feb 7 2025

I followed this blog post by Mónica Godoy to connect a non Oracle DB using Apex

https://blogs.oracle.com/apex/post/connecting-your-apex-apps-to-non-oracle-databases-with-oracle-autonomous-database

I have a PostgrSQL DB running on Azure. So the root cert of Azure should be in the OCI wallet. I am using a always free DB for a POC to see it it will work.

I get this error


ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[DataDirect][ODBC PostgreSQL Wire Protocol driver]SSL certificate chain could be built up using the untrusted certificates but the root could not be found locally. {HY000,NativeErr = 7551}[DataDirect][ODBC PostgreSQL Wire Protocol driver]SSL Handshake Failure reason [error:0A000086:SSL routines::certificate verify failed]. {08001,NativeErr = 7570}
ORA-02063: preceding 2 lines from AZURE_DBLINK
28500. 00000 - "connection from ORACLE to a non-Oracle system returned this message:"
*Cause: The cause is explained in the forwarded message.
*Action: See the non-Oracle system's documentation of the forwarded
message.
Error at Line: 22 Column: 18


Comments

Processing

Post Details

Added on Feb 6 2025
10 comments
285 views