boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - [转载] Re: unicode into oracle?
相关主题
[转载] unicode into oracle?
菜鸟求助: 用 Oracle Sqlldr Control File 能不能改character set?
how to improve the performance of Oracle Insert operation?
[转载] 真的没有人懂 ORACLE pro*c阿? :((((
database triggers
Oracle Insert 语句求教
JDBC<======================>Oracle8i
Create的时候有没有简单的方法?(oracle 8)
Re: how to improve the performance of Oracle Insert operation?
问一个可能看起来很怪的问题
相关话题的讨论汇总
话题: oracle话题: unicode话题: ran话题: chinese话题: select
进入Database版参与讨论
1 (共1页)
b****e
发帖数: 1275
1
【 以下文字转载自 Java 讨论区 】
【 原文由 breeze 所发表 】
still doesn't work :( i don't think what's in oracle is right to
begin with.. i ran select * from table and it didn't show up right
(if i inserted chinese manually using sql and then run it it shows
up fine)
actually the result stored in the DB after i ran my program is
(using select dump (name, 1016) from x_test;)
Typ=1 Len=6 CharacterSet=UTF8: ef,bf,bd,4b,c3,95
the string i isnerted is: str = "\u6587\u6d4b\u8bd5";
g****y
发帖数: 141
2
it looks to me that the string did not make the transcoding trip,it is not the
problem of Oracle I guess since you can input it directly into Oracle

oracle.jdbc.driver.OracleDriver());
dbUserId, dbPassword);
('2343', ?, 'CHINESE')";
BufferedReader(rs2.getCharacterStream("name"));
as

【在 b****e 的大作中提到】
: 【 以下文字转载自 Java 讨论区 】
: 【 原文由 breeze 所发表 】
: still doesn't work :( i don't think what's in oracle is right to
: begin with.. i ran select * from table and it didn't show up right
: (if i inserted chinese manually using sql and then run it it shows
: up fine)
: actually the result stored in the DB after i ran my program is
: (using select dump (name, 1016) from x_test;)
: Typ=1 Len=6 CharacterSet=UTF8: ef,bf,bd,4b,c3,95
: the string i isnerted is: str = "\u6587\u6d4b\u8bd5";

1 (共1页)
进入Database版参与讨论
相关主题
问一个可能看起来很怪的问题
问个Oracle Merge 的问题
oracle: cartesian product warning
一个关于Oracle Archivelog mode的问题
what is the difference between merge and update (oracle interview question)
Oracle insert primary key violation
a simple question about T-SQL
Problem when using SQL " Insert...." to AutoNumber.
urgent help! insert value into table
Set autocommit off
相关话题的讨论汇总
话题: oracle话题: unicode话题: ran话题: chinese话题: select