I am trying to access a 3rd party Oracle Datebase which basically works fine except for grabage with german Umlaute:
I tried GERMAN_GERMANY.WE8MSWIN1252 - no success.
Now I tried different queries and I get different answers:
SELECT * FROM NLS_DATABASE_PARAMETERS;
returns AMERICAN/AMERICA WE8MSWIN1252
Same for SELECT * FROM NLS_INSTANCE_PARAMETERS;
return GERMAN/GERMANY and no Codepage
SELECT * FROM V$NLS_PARAMETERS; returns the same but on top NLS_CHARACTERSET
WHat is my correct setting for the driver?