Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

euro currency symbol not displaying

817236Jun 14 2011 — edited Jun 14 2011
Hi

I am using oracle 11gR2 and GNU/Linux.I am using Putty to connect linux box and connect DB.one table contains all countries currency symbol.
Problem is I couldn't able to select the 'euro' currency symbol in console but in sqldeveloper it's working good.

select symbol from gv_curr_info where curr_-cd='EURO';
-----
?
-----

I am getting '?' instead of euro symbol. in OS LANG=en_US.UTF-8 and in DB NLS_CHARECTERSET=AL32UTF8 and NLS_NCHAR_CHARACTERSET=UTF8.
putty also CHARACTERSET=UTF8.

any idea to solve this issue please?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2011
Added on Jun 14 2011
14 comments
1,411 views