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