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!

APEX 26.1 - Import of 24.1 Export with multiple languages fails - APEX_260100.WWV_FLOW_TRANSLATABLE_TEXT_PK violated

Richard AllenJul 14 2026 — edited Jul 14 2026

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…

Comments
Post Details
Added on Jul 14 2026
9 comments
148 views