I have a table which stores name with special character umlauts like özil in a varchar2 column, The names are passed from the front end as özil
Somehow PLSQL/Oracle seems to convert it to özil. I want to store the data as original özil. Please advise how to address this.