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!

Bug: import to the 24.2 after translation seed

Marko GorickiJun 6 2025

I have a problem importing components to the 24.2 environments after seeding the translation copy. I've managed to simplify the flow:

  • I've created application in 24.1.0 (or any previous version), for example app 777

  • created application translation - for example 7771

  • run seed and publish and export the file
  • import it to the 24.2 (24.2.1) environment
  • not related to this bug, but it's strange that the translation app ID is not 7771 anymore:

  • on 24.2 environment I've changed translation app ID to the 7771 and run Seed
  • after that on source environment (24.1) I've exported login page with translation - it doesn't work event if it's not with translations.

  • on import to the destination environment (24.2) there's a error message:

Error is on line 8111 of whe wwv_flow_imp_shared package. As far as I've investigated the problem is in internal Map plugin and translation of the plugin attribute.

select * 
  from apex_application_trans_repos 
 where instr(internal_column_json_path, 'use_vector_tile_layers') > 0;    

Thanks in advance!

Br,

Marko

Comments
Post Details
Added on Jun 6 2025
9 comments
297 views