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.