You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to solve this error of Oracle apex- 1403-no data found - rest data source

edited Sep 13, 2023 5:03AM in Database 4 comments

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;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!