I have a oracle DB with character set to EE8ISO8859P2, and I want to insert a arabic, or russian (UTF8) records. When I do:
select CONVERT('العربية', 'EE8ISO8859P2', 'AL32UTF8') from dual
it shows "???????". How can I use national dialects without changing a character set of oracle? Sorry 4 my english;)