We have an issue when importing plug-ins to our application:
Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_240100.WWV_FLOW_TRANSLATABLE_TEXT_PK) violatedbegin
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
commit;
end;
call stack:
ORA-00001: Unique Constraint (APEX_240100.WWV_FLOW_TRANSLATABLE_TEXT_PK) verletzt
ORA-06512: in "APEX_240100.WWV_FLOW_IMP_SHARED", Zeile 7857
ORA-06512: in "APEX_240100.WWV_FLOW_IMP_SHARED", Zeile 7953
ORA-06512: in "APEX_240100.WWV_FLOW_IMP", Zeile 1262
ORA-06512: in "APEX_240100.WWV_FLOW_IMP", Zeile 1299
ORA-06512: in "APEX_240100.WWV_FLOW_IMP", Zeile 1339
ORA-06512: in Zeile 2
the error only occurs in our dev environment. other instances (app was ex- and imported with original ids) work. It occurs with multiple plugins that were not exported from our environment. exporting and importing plugins work.