Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: German umlauts
Either your database has been created with the wrong characterset or your
NLS_LANG setting is incorrect. As you don't specify any details about your
database (version, platform, client-platform), it is difficult to help you
out.
You could get the 'native' characterset of the database by selecting from
sys,props$.
Hth,
Sybrand Bakker, ORACLE dbA
Andre Wilms <andre.wilms_at_comline.de> wrote in message
news:7m4lsb$5ri$1_at_ra.ins.de...
> hi there,
>
> i tried to insert data (a string) into a column of a table. this string
has
> some german "umlauts" like the letters "ä", "ö", "ü" (i hope you can read
> them like this). well, after inserting them to the column, oracle 7.3.3
> saved those letters as "a", "o", "u". it just translated the umlauts to
> normal letters and this is something that has to get changed.
>
> does anybody here know what to do to tell oracle that it should keep
umlauts
> just the way they are?
>
> thanks in advance,
> andre
>
>
>
Received on Fri Jul 09 1999 - 12:59:44 CDT
![]() |
![]() |