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 -> Using two different character sets in one database

Using two different character sets in one database

From: Eric Menzel <oracle8_at_firemail.de>
Date: 29 Jul 2002 05:29:42 -0700
Message-ID: <58d6a85c.0207290429.5d238220@posting.google.com>


I have the following problem (I googled but found no answer): A database uses UTF8 character set. Some clients use WE8ISO8859P1 to insert data, some use UTF8, others even use WE8MSWIN1252. As I understood NLS you can use whatever character set you want IF it is a subset of the database' character set. In the above situation, when a client inserts WE8MSWIN1252 data reading it with UTF8 shows garbage. The same applies for WE8ISO8859P1 and UTF8. Do I have to use the same characterset for writing and reading or can I write data with a subset of the characterset used for reading?

Confused,

Eric Received on Mon Jul 29 2002 - 07:29:42 CDT

Original text of this message

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