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
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..