ClickHouse/docs/zh/faq/integration/oracle-odbc.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
638 B
Markdown
Raw Normal View History

2022-04-10 23:08:18 +00:00
---
2022-08-26 19:07:59 +00:00
slug: /zh/faq/integration/oracle-odbc
2022-04-10 23:08:18 +00:00
title: What if I have a problem with encodings when using Oracle via ODBC?
toc_hidden: true
sidebar_position: 20
---
# What If I Have a Problem with Encodings When Using Oracle Via ODBC? {#oracle-odbc-encodings}
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](https://www.oracle.com/technetwork/products/globalization/nls-lang-099431.html).
**Example**
``` sql
NLS_LANG=RUSSIAN_RUSSIA.UTF8
```