Quote:
|
Originally Posted by kid03
I am sure there has to be a command in DB2 which you can set to increase the size of the clob datatype.
|
This actually doesn't have anything to do with the size of a CLOB datatype. DB2 has a 32K restriction on the size of a string literal.
To retrieve the entire CLOB you could either export it with LOBSINFILE option or write a little program that would access the CLOB and do with it whatever it is you need.