输入banner图图片脚本导航/分类

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

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