Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OCI problem: error reading french word with accent in first position
Hi Dick
It's not a problem of NLS settings because words are well stored in the database and they are generated from the same "client" from where they are read.
It's seems to be a READ problem with the way we've implemented OCI. I think that word which begins with a stressed letter like "é", is internally stored in Oracle something like this: "/é". And "/" seems to be interpreted like a "NULL" string.
Thanks in advance for help.
Laurent Rougé
Dick Westeneng a écrit:
> Laurent Rougé wrote: >
> Don't know if you have checked your NLS settings in your database and > front end application. Setting NLS_SORT wrong can cause this kind of > sorting issues. If you google on SORT french oracle or search at > tahiti.oracle.com you will see that sorting in Oracle is more than just > a parameter. > > Hope this helps, > DickReceived on Mon Jan 24 2005 - 04:45:47 CST
![]() |
![]() |