In the late 90s and early 2000s, a legacy developer faced a common hurdle: making and Oracle Database 10g speak Arabic and Urdu fluently. This "story" of configuration is essentially a three-part journey involving the database, the client registry, and the user interface. Chapter 1: The Foundation (Database Character Set)
ALTER SESSION SET LANGUAGE=AR; // for Arabic ALTER SESSION SET TERRITORY=EG; // for Egypt Oracle Developer 6i In the late 90s and