Incorrect display of database objects names

I used Metabase (v0.39.0.1) on Windows with an Oracle (12c) database. Language scheme of the database and Windows is German.
In Metabase the names of the database objects are displayed incorrectly.

As an example three views:

Correct names in the database:

ARC_TRA_2020
AUSKUNFT_DIALOGE_VIEW
A_BEWEGUNGEN

In the attached image, what Metabase makes of them.

Screenshot%202021-10-07%20112340

Does anyone have an idea how to solve the problem?

Hi @Andreas_SQL
Set "Friendly names" in Admin > Settings > General to either "Underscores" or "Disable":
https://www.metabase.com/docs/latest/administration-guide/08-configuration-settings.html#friendly-table-and-field-names
Latest release is 0.41.0: https://github.com/metabase/metabase/releases/latest

Hi @flamber,

Great, it works!
THX