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!

Can't copy or import app with a different id due to "ORA-02091: transaction rolled back"

Jose ArósteguiJun 23 2025

Hi experts,

We're using Apex 24.2.3 and we can't neither copy applications or import it with a different id, as we get this error:

Execution of the statement was unsuccessful. ORA-02091: transaction rolled back
begin
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false)
);
commit;
end;

Any idea why?

(We need to duplicate application under a different app id to make some changes without affecting the original stable version.)

Thanks,
Jose.

Comments
Post Details
Added on Jun 23 2025
3 comments
1,467 views