数据库教程:com.ibm.db2.jcc.am.SqlException:[jcc][10120][11936][4.14.88]Invalidoperation:Lob

this issue can be solved by adding?progressiveStreaming=2;?argument to the connection url

this issue can be solved by adding?progressiveStreaming=2;?argument to the connection url

The fully specified Connection URL is to be given as below:

  jdbc:db2://localhost:50000/SAMPLE:progressiveStreaming=2;  

In case you have exception on that parameter add the following to it or add any one or combinations of these parameters to fix it:

  jdbc:db2://localhost:50000/SAMPLE:driverType=4;fullyMaterializeLobData=true;fullyMaterializeInputStreams=true;progressiveStreaming=2;progresssiveLocators=2;    

db2数据库转储,原数据库导出sql,在新数据库执行即可。

需要了解更多数据库技术:com.ibm.db2.jcc.am.SqlException:Invalidoperation:Lob,都可以关注数据库技术分享栏目—计算机技术网(www.ctvol.com)!

本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

ctvol管理联系方式QQ:251552304

本文章地址:https://www.ctvol.com/dtteaching/621539.html

(0)
上一篇 2021年5月22日
下一篇 2021年5月22日

精彩推荐