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