Lob is closed. ERRORCODE=-4470, SQLSTATE=null

后端 未结 2 588
夕颜
夕颜 2020-12-19 03:24

I am using IBM websphere commerce and db2, have following piece of code

Clob clobVar = null;
if (result.elementAt(3) != null)
    clobVar = (Clob) result.el         


        
2条回答
  •  盖世英雄少女心
    2020-12-19 03:48

    If everything has worked earlier with same code...but the issue came up after db2 db change, then try below configuration..
    db2set DB2_RESTRICT_DDF=TRUE
    

    It worked for me..

提交回复
热议问题