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

Home -> Community -> Usenet -> c.d.o.misc -> One char in - different one out

One char in - different one out

From: Tim Tracy <tim.tracy_at_westgroup.com>
Date: Fri, 25 Feb 2000 13:19:55 -0600
Message-ID: <38b6d5db@wwwproxy3.westgroup.com>


I am running the same application against two different Oracle databases with the same schema. One database is set up with a 7 bit character set, the other an 8 bit. When I store a character string with a special character in it ( ASCII 133 ), and then retrieve that string, I get strange results.

With the database set up as a 7 bit character set, I get the character I stored (ASCII 133). With the database set up as an 8 bit character set, I get an ASCII 5. It seems as though I have lost the highest bit on the database set up as an 8 bit character set. Can anyone shed some light on this and provide a possible resolution?

Thanks. Received on Fri Feb 25 2000 - 13:19:55 CST

Original text of this message

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