Stephen Coy - 2002-09-30

Logged In: YES
user_id=463096

setCharacterStream is the JDBC 2.0 friendly way to do this, because it's
nicer to unicode, when the DBMS supports it.
I've tested it, and this seems to work just as well as setAsciiStream.
Therefore, I think the CLOB code can also be used for
LONGVARCHAR.

This seems to be one of the rare situations in which the Oracle thin
drivers support data columns bigger than around 4-5k.