Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Handling in APEX 22.2 (ORA-01403 error)

jnovak3mAug 3 2023

I am running Oracle APEX version 22.2 on our 19c database. The scenario is as follows:

I have a page defined with multiple regions (forms and IG's) with each region displaying various pieces of information for the selected database server. I navigate to this page by clicking on a database server name on a separate page.

The issue I'm having is I'm getting an ORA-01403: no data found error page displayed when the page tries to render. Depending on the database server this can be a valid scenario so what I'd like to do is capture this error and display the error (like “No Data Found”) within the region (form or IG) rather than getting this annoying error page.

Below is a screen print of the page. The issue is in the Initialize form Server Information process and the sql script which is returning the ORA-01403 is under the Source section.

Any assistance would be appreciated.

Thanks,

Jeff

This post has been answered by Matuteriv on Aug 3 2023
Jump to Answer
Comments
Post Details
Added on Aug 3 2023
6 comments
2,812 views