Toby, January 04, 2002 - 2:52 pm UTC
Exactly what I was looking for.
Excellent
A reader, September 18, 2003 - 7:46 am UTC
So now I can setup the application to properly accept words with accents. What about composing a query to retrieve 'similar' words, with and without the accent.
If one user enters José and the other Jose, is there a way to query for both case?
A reader, November 09, 2003 - 11:26 pm UTC
I have two 9.0.1.4 databases with identical nls_* parameters. Both receive input from mod_plsql web forms, via Oracle 9iAS 9.0.3. One database accepts accented characters, the other does not. Any idea what might need to be adjusted?
NAME TYPE VALUE
------------------------------------ -----------
nls_calendar string
nls_comp string
nls_currency string
nls_date_format string
nls_date_language string
nls_dual_currency string
nls_iso_currency string
nls_language string AMERICAN
nls_length_semantics string BYTE
nls_nchar_conv_excp string FALSE
nls_numeric_characters string
nls_sort string
nls_territory string AMERICA
nls_time_format string
nls_time_tz_format string
nls_timestamp_format string
nls_timestamp_tz_format string
November 10, 2003 - 7:21 am UTC
the app servers have different NLS_LANG settings.
one has a character set the same as the database (or at least at 8bits) and the other does not.
Spanish Accents to be downloaded to excel
Divya, August 03, 2009 - 9:07 am UTC
Hi Tom,
We are using Oracle portal to download certain data to excel from the database. Some of the fields are populated with spanish accents. After downloading to excel the spanish accents are not displaying properly in excel. Would you have any idea about this? Any help on this will be appreciated.
Thanks in Advance.
August 04, 2009 - 1:54 pm UTC
kick excel out of the loop, save the data to disk. is it correct there (debugging 101 - remove bits from the process to determine what process is causing the bad bits)