ATP: dbms_cloud.put_object returns ORA-28862: SSL connection failed
Summary:
We are in the process of uploading a significant dmp file from the database directory (DATA_PUMP_DIR
) to an AWS S3 bucket using the dbms_cloud.put_object
API. Using the API we could upload smaller successfully; however, we are facing ORA-28862: SSL connection failed
error with larger files.
Does anyone face the similar issue? If so, is there any resolution for the issue.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
19c
Code Snippet (add any code snippets that support your topic, if applicable):
BEGIN
dbms_cloud.put_object (credential_name => 'CREDS_DEV'
Tagged:
0