Errors when uploading QR code .png files to object storage using the DBMS_CLOUD package
Summary:
Using credential OCI$RESOURCE_PRINCIPAL I can list objects in a storage bucket, named 'qrcodes', which were uploaded from the console.
Using the DBMS_CLOUD.PUT_OBJECT procedure I get ORA-20404: Object not found.
Using the DBMS_CLOUD.BULK_UPLOAD_PROCEDURE, I get errors in the log - "Bucket not found" - although as per above, objects in the busket can be listed.
Content (please ensure you mask any confidential information):
The summary above covers it really. I have been through hoops trying to resolve this. Please see sample JSON from the log for further information. Is it possible that the URI format for uploading objects/files is different to the one for listing them?
Tagged:
0