Перейти к содержанию

Oracle Database — 10g Developer 6i Settings For Arabic Urdu Support Work Patched

SET NLS_LANG=ARABIC_EGYPT.AR8MSWIN1256 SET NLS_DATE_FORMAT=DD/MM/YYYY SET NLS_SORT=ARABIC SET LANG=ar_EG

INSERT INTO employees (id, full_name) VALUES (1, N'أحمد محمد'); SET NLS_LANG=ARABIC_EGYPT

The challenge wasn't just the code; it was the "ghost characters"—those dreaded question marks that appeared whenever someone typed in a right-to-left language. full_name) VALUES (1

for moving to UTF8 from a non-UTF8 superset – it will permanently corrupt Urdu data. The challenge wasn't just the code

After thorough research and hands-on experimentation, I was able to successfully configure Oracle Database 10g Developer 6i to support Arabic and Urdu. Here are the key settings and steps that worked for me:

×
×
  • Создать...