请教一个问题:java中怎么能把大于4000字节的XML文件插到外围接口表的long型字段里,目前测试,通过DB_LINK连接的方式不行。
用st.executeUpdate(sql)方式插表 报 ORA-01704: string literal too long;
用jdbcTemplate.update 方式插表 报 SQL state [60000]; error code [600]; ORA-00600: internal error code, arguments: [opixrb-4], [2005], [ORA-02005: implicit (-1) length not valid for this bind or define datatype