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!

Installation Error

Doing a normal install to production I am getting the following error:

Execution of the statement was unsuccessful.

ORA-01403: no data found

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

commit;

end;

The same exported app installs fine in other environments (DEV, TEST and PROD) and in Prod as the same and as a different application number.

I redid the export to explicitly not include any supporting objects - of which there were none anyways - same error.

I am trying to overwrite the existing production application.

To be clear, it installs fine as a new app id, and when overwriting an app with the same app id, or overwriting any other app id, just not when I overwrite the current production app 127, which is of course the one I need.

Thoughts and suggestions welcome,

Thank you, Karen

Comments
Post Details
Added on Sep 6 2023
6 comments
710 views