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

Home -> Community -> Mailing Lists -> Oracle-L -> Characterset / conversion problem

Characterset / conversion problem

From: BERNHARD Nora <nora.bernhard_at_STGKK.sozvers.at>
Date: Thu, 15 Sep 2005 09:27:23 +0200
Message-ID: <2EA4E8C52519454BADADEC21AADC79F801204CF5@maila.stgkk.sozvers.at>


Hi all,

I am planning to move a production database from 8.1.7 to 10g, where both the database characterset and the national characterset is specified as WE8MSWIN1252. The data contains several special characters (umlauts). Because for this version it isn't anymore possible to define another national characterset but AL16UTF16 and UTF8, I tried both of these, but nevertheless my data is being converted at import which results in loss of umlauts.

*) Oracle 8.1.7:


PARAMETER                      VALUE
------------------------------ ----------------------------------------
NLS_NUMERIC_CHARACTERS         .,
NLS_CHARACTERSET               WE8MSWIN1252
NLS_NCHAR_CHARACTERSET         WE8MSWIN1252


*) Oracle 10g:


PARAMETER                      VALUE
------------------------------ ----------------------------------------
NLS_NUMERIC_CHARACTERS         .,
NLS_CHARACTERSET               WE8MSWIN1252
NLS_NCHAR_CONV_EXCP            FALSE
NLS_NCHAR_CHARACTERSET         UTF8


*) Import logfile:



Export file created by EXPORT:V08.01.07 via conventional path import done in US7ASCII character set and UTF8 NCHAR character set import server uses WE8MSWIN1252 character set (possible charset conversion) export client uses WE8MSWIN1252 character set (possible charset conversion) export server uses WE8MSWIN1252 NCHAR character set (possible ncharset conversion)

What am I doing wrong here?

Thanks :)

Nora Bernhard
OE Informationstechnologie - Systemadministration Tel: +43 (0)316 8035 - 1349
Fax: +43 (0)316 8035 - 661349
mailto: nora.bernhard_at_stgkk.sozvers.at

Steiermärkische Gebietskrankenkasse
A-8011 Graz, Josef-Pongratz-Platz 1
http://www.stgkk.at

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 15 2005 - 02:29:53 CDT

Original text of this message

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