Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Storing umlauts as HTML codes in database

user5108636Nov 1 2019 — edited Nov 29 2019

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.

Comments
Post Details
Added on Nov 1 2019
4 comments
726 views