You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/25 08:16:59 UTC

[GitHub] [shardingsphere] zhangzhaoyu opened a new issue #15633: sharding-jdbc inset clob type field into oracle db error

zhangzhaoyu opened a new issue #15633:
URL: https://github.com/apache/shardingsphere/issues/15633


   ## Bug Report
   
   3.1.0 v
   
   use sharding-jdbc to insert data into oracle db with clob filed exception:
   SQL state 99999 error code 17004 无效的列类型。
   
   orace.jdbc.driver.OraclePreparedStatement.setObject() not support StringReader.class type.
   
   mybatis ClobTypeHandler conver java string to StringReader type for CLOB type.
   
   how can I fix it ? Thanks.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu commented on issue #15633: sharding-jdbc insert clob type field into oracle db error

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #15633:
URL: https://github.com/apache/shardingsphere/issues/15633#issuecomment-1051577887


   Hi @zhangzhaoyu, can you try 5.1.0? 3.1.0 is too old.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org