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] Split Export not installable with umlauts on Windows

rode_mb3 days ago

Hi, following is easy to reproduce:

  1. Create an Apex App.
  2. Create a Shared Component, for example a Template and use umlauts in the name (e.g. "my_tämplöte")
  3. Make a split export of the application.
  4. open sqlplus on windows and run @install.sql

This problem only occurs on Windows and with sqlplus. sqlcl works if you set encoding utf8. Actually you have to delete an recreate the component, because the original id will still be used for the export filename.

Comments
Post Details
Added 3 days ago
0 comments
28 views