Attempts to read/write very large CLOBS using UTF8 conversion that have
a size greater than the setting of the associated GsOracleParameter #textLimit
field may result in #typeConversionError or in incorrect data.
Increase setting of GsOracleParameter #textLimit field to a value greater
than the maximum size of the post-UTF8 converted CLOB. Note that this
will only work up to 64K bytes (the limit for textLimit).
Last updated: 7/13/10