当前位置:Gxlcms > 数据库问题 > mybatis + oracle insert clob,出现ORA-01461:仅能绑定要插入LONG列的LONG值

mybatis + oracle insert clob,出现ORA-01461:仅能绑定要插入LONG列的LONG值

时间:2021-07-01 10:21:17 帮助过:108人阅读

batchInsert" parameterType="java.util.List"> begin <foreach collection="list" item="item" index="index" separator=";"> insert into tableName(ID, content) values( #{item.id},#{item.content,jdbcType=CLOB}) </foreach> ;end; </insert>

 

mybatis + oracle insert clob,出现ORA-01461:仅能绑定要插入LONG列的LONG值

标签:插入   oracl   from   gpo   union   for   类型   col   tor   

人气教程排行