srinu nivas
srinu nivas

Reputation: 25

How to display Korean letters from SQL Developer

We have setup all required settings(NLS_DATABASE_PARAMETERS)in database. But still not visible Korean text from SQL developer. Could you suggest me what setting need to be required from SQL developer for visible the Korean text.

Thanks

Upvotes: 2

Views: 2487

Answers (1)

thatjeffsmith
thatjeffsmith

Reputation: 22427

It should 'just work' assuming your data in the database isn't corrupted and you have a font in SQL Developer configured that supports your characters

In the preferences, take your data that isn't 'working' paste it in, and then cycle through the fonts until you find one that DOES work

enter image description here

Upvotes: 1

Related Questions