Passing more than 2K data thru Java to DB ... ?
Hi,
Is it possible to pass more than 2K data from a Java app to Oracle db using INSERT statement?
Less than 2K just passes good. But more than 2K doesn't and leads to error.
data type i've tried using are LONG, CLOB.
Please advise.
Thanks.