How to solve this error of Oracle apex- 1403-no data found - rest data source
Summary: Hi Experts,
we are trying to upload file into OCI Object storage from Apex, so we created web credentials, rest data source and pages for uploading file.
- when uploading file its showing error - ORA-01403: no data found
Content (required):
Version (include the version you are using, if applicable): Apex version - 23.1.2
Code Snippet (add any code snippets that support your topic, if applicable): Bellow code we are using for uploading file into OCI object storage from apex process.
declare
l_request_url varchar2(32767);
l_content_length number;
l_response clob;
upload_failed_exception exception;
l_request_object blob;
Tagged:
0