Euro characters
396648Jun 23 2009 — edited Jul 29 2009Hi to everybody, this is the question : I have an Oracle 10g installed on a laptop which runs Windows XP 32 bits.
The database uses WE8MSWIN1252, correctly verified by NLS_DATABASE_PARAMETERS and SYS.PROPS$ views.
I use SQLPlus from the same Oracle-home installation. I check the registry values and the NLS_LANG key is correctly set.
So the question is : Why can't I see the euro or pound symbols from the SQLPlus ?
I try using a table with a char field and with a query from dual. With DUMP function I see that the euro symbols is stored correctly in the database (code 164), but still the euro symbol does not come out. What other setting I must check ?
Can someone help me ?