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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

[BUG?] importing plug-in to application fails on WWV_FLOW_TRANSLATABLE_TEXT_PK

rode_mb4 days ago

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.

Comments
Post Details
Added 4 days ago
0 comments
17 views