[ADB] : DBLINK On ADW Result 'ORA-28860: Fatal SSL Error'
(Doc ID 2748438.1)
Last updated on FEBRUARY 18, 2021
Applies to:
Autonomous Database on Shared Infrastructure - Version N/A to N/AInformation in this document applies to any platform.
Symptoms
DB link from ADW (source) to OCI DB system.
Created DB link from ADW to OCI DB system
CREATE DATABASE LINK "DBCSPRODLINK"
USING '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=x.x.x.x)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=ocidb123.vcnbds.oraclevcn.com))(SECURITY=(MY_WALLET_DIRECTORY=/u01/walletdir)(SSL_SERVER_DN_MATCH=TRUE)(SSL_SERVER_CERT_DN="CN=dbcs")))';
Query Data from OCI DB system from ADW using DB link , getting below error :
select count (*) from dual @ DBCSPRODLINK;
ORA-28860: Fatal SSL Error
28860.00000 - "Fatal SSL Error"
* Cause: An error occurred while connecting the SSL to the peer. This party is likely to have sent data that the peer has rejected.
* Action: Enable tracing to determine the exact cause of this error.
If necessary, contact Oracle Customer Support.
Error at line: 3 Column: 29
ORA-28860: Fatal SSL error
28860. 00000 - "Fatal SSL error"
*Cause: An error occurred during the SSL connection to the peer. It is likely that this side sent data which the peer rejected.
*Action: Enable tracing to determine the exact cause of this error.
Contact Oracle customer support if needed. Vendor code 28860
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |