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!

Getting error while moving pages to another workspace in Oracle Apex

Hi Team,

While moving my applications' updated code from my Dev workspace to Prod workspace, I am getting following error.

Execution of the statement was unsuccessful. ORA-20001: call=wwv_flow_imp_shared.create_menu_option, id=18787264302135974316, component=EBH Main Page, sqlerrm=ORA-01403: no data found

if I try export and import a single page, I get following one.

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

Can someone help me find the cause and fix it may be?

Thanks in advance.

Comments
Post Details
Added on May 26 2025
2 comments
184 views