To use SQL*Plus Windows correctly, export NLS_LANG like so:
set NLS_LANG=GERMAN_GERMANY.WE8MSWIN1252
If you prefer the command line client SQL*Plus, export NLS_LANG like so:
set NLS_LANG=GERMAN_GERMANY.WE8PC850
To use SQL*Plus Windows correctly, export NLS_LANG like so:
set NLS_LANG=GERMAN_GERMANY.WE8MSWIN1252
If you prefer the command line client SQL*Plus, export NLS_LANG like so:
set NLS_LANG=GERMAN_GERMANY.WE8PC850
Post a Comment