Greetings...

I'm using JDBC on Windows NT and I'm getting the following Oracle error...

ORA-01461: can bind a LONG value only for insert into a LONG column

...when I try to insert more than say 4000 bytes into either a LONG, CLOB, or BLOB column.

Any ideas what I need to do to resolve this?

Thanks in advance!