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: Cannot Store Chinese Characters In Oracle 9.2 Database

Re: Cannot Store Chinese Characters In Oracle 9.2 Database

From: dombrooks <dombrooks_at_hotmail.com>
Date: 17 Jan 2007 03:24:02 -0800
Message-ID: <1169033042.141880.157940@v45g2000cwv.googlegroups.com>


Have you tried inspecting the data in the table using the DUMP function?
e.g. select dump(col1), dump(col1,16) from mytable

I believe that this should help you identify whether your are storing the correct bytes. Received on Wed Jan 17 2007 - 05:24:02 CST

Original text of this message

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