My Oracle Support Banner

[ATP / ADW]: Unable to Copy Dump file Using DBMS_CLOUD.PUT_OBJECT from ATP DB to Object Storage Fails with ORA-28862: SSL Connection Failed (Doc ID 2748304.1)

Last updated on FEBRUARY 18, 2021

Applies to:

Autonomous Database on Shared Infrastructure - Version N/A to N/A
Information in this document applies to any platform.

Symptoms

User trying to put data from ATP to Object Store using cloud package DBMS_CLOUD.put_OBJECT

While using DBMS_CLOUD.PUT_OBJECT to copy this dump file to Object Storage, receiving below error:

ORA-28862: SSL connection failed

BEGIN
DBMS_CLOUD.PUT_OBJECT(
credential_name => 'OBJ_STORE_CRED_E',
object_uri => 'https://objectstorage.us-ashburn-1.oraclecloud.com/n/<Tenancy>/b/NEWBUCKET/o/expdp-file1.dmp',
directory_name => 'DATA_PUMP_DIR',
file_name =>'expdp-file1.dmp');
END;


ORA-20401: Authorization failed for URI - https://objectstorage.us-ashburn-1.oraclecloud.com/n/<Tenancy>/b/NEWBUCKET/o/expdp-file1.dmp
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 1007
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 2963
ORA-06512: at line 2

 

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.