Developer 6i relies on the NLS_LANG parameter in the Windows Registry to interpret data. Writing Urdu or Arabic in Oracle Forms 6i
CREATE DATABASE arabic_urdu_db CHARACTER SET AL32UTF8 NATIONAL CHARACTER SET AL16UTF16 ... Developer 6i relies on the NLS_LANG parameter in
ALTER SESSION SET NLS_LANGUAGE = 'ARABIC'; ALTER SESSION SET NLS_TERRITORY = 'SAUDI ARABIA'; Developer 6i relies on the NLS_LANG parameter in
Your database character set must be one that supports Arabic/Urdu scripts. Developer 6i relies on the NLS_LANG parameter in
The journey begins at the database level. For 10g to understand Arabic or Urdu script, it must be created with a character set that supports them.