Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: German characters äöü etc.

Re: German characters äöü etc.

From: Harald Maier <maierh_at_myself.com>
Date: Wed, 20 Aug 2003 17:49:30 +0200
Message-ID: <m3wud81g8l.fsf@ate.maierh>


"Hans Sauren" <hsauren_at_gruen-ag.de> writes:

> Hi all,

> we use ORACLE 8.1.7. In the tables German characters like äöü have
> to be stored. The parameters NLS_LANG is set to
> GERMAN_GERMANY.WE8ISO8859P15, NLS_SORT to GERMAN and NLS_TERRITORY
> to GERMANY. In selects without where-clause but order by n_name the
> result is proper sorted like German where German ü is like u. But
> when I force select n_name from adress where n_name >= 'Mü' all
> other Mu are not in the resultset. Looking at the result set with
> SQL*Plus 'Müller' is shown as 'MA¼ller' which might be US7ASCII.
>
> Has anybody an idea where I have to look for. Thanks for any
> suggestion.

I assume nls_comp points to binary. You should use ansi.

,----
| nls_comp=ansi
`----

Harald Received on Wed Aug 20 2003 - 10:49:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US