ClickHouse/docs/ja/faq/integration/oracle-odbc.md
2024-11-18 11:58:58 +09:00

17 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: /ja/faq/integration/oracle-odbc
title: ODBC経由でOracleを使用する際にエンコーディングの問題が発生した場合はどうすればよいですか
toc_hidden: true
toc_priority: 20
---
# ODBC経由でOracleを使用する際にエンコーディングの問題が発生した場合はどうすればよいですか {#oracle-odbc-encodings}
OracleをOracle ODBCドライバーを通じてClickHouse外部Dictionaryのソースとして使用する場合、`/etc/default/clickhouse`で`NLS_LANG`環境変数に正しい値を設定する必要があります。詳細については、[Oracle NLS_LANG FAQ](https://www.oracle.com/technetwork/products/globalization/nls-lang-099431.html)を参照してください。
**例**
``` sql
NLS_LANG=RUSSIAN_RUSSIA.UTF8
```