Alain Migeon
Member
Hi
I have an Oracle 10g database in the AL32UTF8 format. The NLS_LANG is also set to AL32UTF8.
This database contains cyrillic characters. In PL/SQL Developer 7.0.3, the Unicode option is enabled.
When trying to view data from tables that contains cyrillic characters, those are displayed properly.
But if I copy this cyrillic characters into a query, they are all replaced by ?, and therefore my query doesn't return anything.
Are there any simple way to make it work?
Alain
I have an Oracle 10g database in the AL32UTF8 format. The NLS_LANG is also set to AL32UTF8.
This database contains cyrillic characters. In PL/SQL Developer 7.0.3, the Unicode option is enabled.
When trying to view data from tables that contains cyrillic characters, those are displayed properly.
But if I copy this cyrillic characters into a query, they are all replaced by ?, and therefore my query doesn't return anything.
Are there any simple way to make it work?
Alain