On 22 Jan 2004 10:44, themax wrote:
>From what I can see CLOB / CLOB support varies for these databases and
>drivers:
>2) Oracle 9.2.0.2 using Oracle thin driver 9.2.0.3: Good. Works for
>4000 char clobs, but I get errors trying to deal with anything
>bigger.. possibly a sqlplus option that needs to be set.
Oracle says NOT A BUG.
Use OCI, or use JDBC-Thin-Driver specfic streaming methods for larger
than 4000. |