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: WEB-Db Characterset Problem!!!

Re: WEB-Db Characterset Problem!!!

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Fri, 14 Jan 2000 22:29:11 +0100
Message-ID: <947885452.18298.0.pluto.d4ee154e@news.demon.nl>


Either the characterset of your database is US7ASCII, or you didn't set NLS_LANG to something including an 8-bit characterset. To check either use select * from nls_database_parameters and/or select * from nls_instance_parameters.
The customary european setting (You are from Austria, aren't you) is American_America.WE8ISO8859P1
This is the Oracle implementation of the Latin-1 alphabet, characterset 850 on PC

Hth,

--
Sybrand Bakker, Oracle DBA
Rotter Richard <rotter_at_aon.at> wrote in message news:387f8fcf$0$20390_at_SSP1NO17.highway.telekom.at...
> Hi,
>
> I have build a frame in WebDb 2.2 over an Table.
> When i update my Table with the Frame in my browser, i type in "Ä". But
what
> happens? When i display the updated data, then it displays "D".
>
> Whats wrong here?
>
> Thanks
> Richy
> richard_rotter_at_aon.at
>
>
Received on Fri Jan 14 2000 - 15:29:11 CST

Original text of this message

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