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!

Error Importing Application

Brad ChrissAug 3 2021 — edited Aug 3 2021

import_error.jpg (42.49 KB)I have tried to import the same application into two different workspaces. I get the same error everytime (attached)...
Execution of the statement was unsuccessfull. ORA-02091: transaction rolled back
begin
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
commit;
end;
The export I'm using have been exported using the original IDs and different IDs. the result is the same.
I have no idea where to look to resolve the error

Comments

Post Details

Added on Aug 3 2021
2 comments
2,373 views