Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cannot Store Chinese Characters In Oracle 9.2 Database
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