Hi everybody!
When I try to export my app from dev-server and import it to prod-server there comes the following error:
Execution of the statement was unsuccessful. ORA-01403: no data found
begin wwv_flow_api.create_translation(
p_id=>wwv_flow_api.id(5788266910140685)
,p_page_id=>6 ,p_translated_flow_id=>101
,p_translate_to_id=>wwv_flow_api.id(28285602578592791.101)
,p_translate_from_id=>wwv_flow_api.id(28285602578592791)
,p_translate_column_id=>13
,p_translate_to_lang_code=>'en'
,p_translation_specific_to_item=>'NO'
,p_template_translatable=>'N'
,p_translate_to_text=>'Laden'
,p_translate_from_text=>'Laden' );
This error only occurs if I set "Export Translations" to "Yes" when exporting the app.
DEV:
Application Express 18.2.0.00.12, Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production Version 18.3.0.0.0
PROD:
Application Express 18.2.0.00.12, Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Can someone help me with this?
Thank you very much in advance!
EDIT:
There is also an error when I want to seed the translatable text:
