Hi, i have the exact same problem, no matter how i try and access that CLOB value, I get that exception. in all fairness the value contains charcters like X00, XFF and so on, but db2 load let me insert it without complaining (using LOBSINFILE)
even more interestingly though, i have:
Code:
(line 1) String string = resultSet.getString(i);
(line 2) Blob blob = resultSet.getBlob(i);
this will throw the exception at line 2, but if i comment out line 2, the exception is thrown from line 1! clearly a JVM bug, but kudos to DB2 for stepping right in it..!!

it's made my colleagues and i laught a lot, until i realized that was a show stopper for me....
any suggestions?