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.

16 lines
604 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
title: 使用 Oracle ODBC 时遇到编码问题怎么办?
2022-04-10 23:08:18 +00:00
toc_hidden: true
sidebar_position: 20
---
# 使用 Oracle ODBC 时遇到编码问题怎么办? {#oracle-odbc-encodings}
2022-04-10 23:08:18 +00:00
如果您使用 Oracle 作为 ClickHouse 外部字典的数据源,并通过 Oracle ODBC 驱动程序,您需要在 `/etc/default/clickhouse` 中为 `NLS_LANG` 环境变量设置正确的值。更多信息,请参阅 [Oracle NLS_LANG FAQ](https://www.oracle.com/technetwork/products/globalization/nls-lang-099431.html)。
2022-04-10 23:08:18 +00:00
**示例**
2022-04-10 23:08:18 +00:00
``` sql
NLS_LANG=RUSSIAN_RUSSIA.UTF8
```