Importing a large application with en + 9 translated languages fails with PK error on APEX_260100.WWV_FLOW_TRANSLATABLE_TEXT_PK.
Export was made by APEX 24.1.11 and then directly imported into APEX 26.1.1
sql
Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_260100.WWV_FLOW_TRANSLATABLE_TEXT_PK) violated
begin
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false)
);
commit;
end;
Export is 28MB but.I can share…