> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-67bc7bf8.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ماذا أفعل إذا واجهت مشكلة في الترميز عند استخدام Oracle عبر ODBC؟

> توفّر هذه الصفحة إرشادات حول ما ينبغي فعله إذا واجهت مشكلة في الترميز عند استخدام Oracle عبر ODBC

إذا كنت تستخدم Oracle كمصدر لقواميس ClickHouse الخارجية عبر Oracle ODBC Driver، فيجب ضبط القيمة الصحيحة لمتغير البيئة `NLS_LANG` في `/etc/default/clickhouse`. لمزيد من المعلومات، راجع [الأسئلة الشائعة حول Oracle NLS\_LANG](https://www.oracle.com/technetwork/products/globalization/nls-lang-099431.html).

**مثال**

```sql theme={null}
NLS_LANG=RUSSIAN_RUSSIA.UTF8
```
