I tried below query in "SQL window" which includes korean character.
select convert('한글테스트 UTF', 'UTF8') from dual;
But, the result failed because korean character looks like '??????'.
I confused what to do to fix it.
May I change 'prefences' in pl/sql 7.1.4 and contact to the DBA?
Would you have any other comments to solve this problem?
select convert('한글테스트 UTF', 'UTF8') from dual;
But, the result failed because korean character looks like '??????'.
I confused what to do to fix it.
May I change 'prefences' in pl/sql 7.1.4 and contact to the DBA?
Would you have any other comments to solve this problem?