Inserting arabic characters in oracle 11g
问题 I am trying to insert Arabic characters in Oracle 11g, however the data is being inserted as question marks. I searched around and it seems i have to change the character encoding... But i am not sure how, and whether will it affect my database. Any help please ? UPDATE LAM_INVESTMENT SET INVESTMENT='ل' WHERE KEY=11; I tried updating from within SQL developer, also same outcome. 回答1: First of all check if your database is capable to store Arabic characters by SELECT * from NLS_DATABASE