Hi Marko,
tried everything, I'm done

User environment NLS_LANG=GERMAN_GERMANY,
PLSQL Dev Info:
Character Sets
Character size: 4 byte(s)
CharSetID: 0
NCharSetID: 873
Unicode Support: False
NLS_LANG: GERMAN_GERMANY.UTF8
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: AL32UTF8
I do not know what to do. The output in the grid in the SQL window is still normal. But if I export the result, then the umlauts become a problem. Likewise if I write via dbms_output in a command_window, example:
l_strg := '
-- Änderung am : $Date: $';
dbms_output.put_line(l_strg);
output result:
--
Änderung am : $Date: $
We generate all rollouts of inserts, updates, etc. in scripts that I have to check again and again. That's annoying. I've never had a problem with it in 20 years, but with version 14.0.6.1988 I just can't get it to work.
Thank you for helping.
Roland