mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
596 B
596 B
title | toc_hidden | toc_priority |
---|---|---|
What if I have a problem with encodings when using Oracle via ODBC? | true | 20 |
What If I Have a Problem with Encodings When Using Oracle Via ODBC?
If you use Oracle as a source of ClickHouse external dictionaries via Oracle ODBC driver, you need to set the correct value for the NLS_LANG
environment variable in /etc/default/clickhouse
. For more information, see the Oracle NLS_LANG FAQ.
Example
NLS_LANG=RUSSIAN_RUSSIA.UTF8