Home » Other » Client Tools » Not able to see euro symbol in pl/sql developer on windows 7 (10.2.0.3.0)
Not able to see euro symbol in pl/sql developer on windows 7 [message #571228] Thu, 22 November 2012 05:44 Go to next message
grpatwari
Messages: 288
Registered: June 2008
Location: Hyderabad
Senior Member
Hi,

When I try to select euro symbol in a table it is showing as '¿' in pl/sql developer on windows 7 where as I am able to see in windows XP.


SQL> select '€' from dual;
 
'¿'
---
¿
 


Please suggest to get the euro symbol.
Re: Not able to see euro symbol in pl/sql developer on windows 7 [message #571233 is a reply to message #571228] Thu, 22 November 2012 05:56 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
1/ Your OS settings must be able to display the sign
2/ Your NLS_LANG must be set to a character set that knows the sign
3/ Your program must be able to display the sign

These are the rules. Check each of them.
In your case, I'd fisrt check NLS_LANG.

Regards
Michel

[Updated on: Thu, 22 November 2012 05:57]

Report message to a moderator

Previous Topic: Not able to login PL/SQL Developer ( Error ORA-12154:)
Next Topic: Dynamically Spool data in a PL/SQL block
Goto Forum:
  


Current Time: Thu Mar 28 14:32:37 CDT 2024