Search code examples
sqloracleutf-8oracle-sqldevelopernls-lang

Some of the rows not displaying non-english characters in Oracle


The character set of the db is

"WE8MSWIN1252"

and I am inserting the rows through a bat file where I set "NLS_LANG" to

".WE8MSWIN1252"

. At the end of the insertions, some of the rows in SQL Developer display a certain character while some not.


Solution

  • some of the rows in SQL Developer display a certain character while some not.

    It is a display issue with your SQL Developer client. Use proper value for the NLS settings in your SQL Developer.

    Go to,

    Tools --> Preferences --> NLS

    enter image description here