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 ORA-01403 While Trying To Import an Application

User_N2QAYMar 9 2020 — edited Mar 17 2020

On 19.1.0.00.15 Apex

When attempting to import an application is failing with the following errors:

Execution of the statement was unsuccessful. ORA-01403: no data found

begin

wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));

commit;

end;

Why could it be causing the error?

Comments
Post Details
Added on Mar 9 2020
1 comment
594 views