Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);  改成
Statement stmt=conn.createStatement();  
就好了oracle jdbc 2.0 driver的问题。应该是字符集的问题