Yes it worked with setAsciiStream(), but to do that i modified my code as follows,
1. I wrote the content of StringBuffer to a temporary file.
2. Then, i got the InputStream handle of above file, to send as
parameter to setAsciiStream() of preparedStatement.
Now I'm facing new problem,
that is, only part of the clob is written into the db.I think it is only 4000 bytes.
Regarding this i think, i have to increase the buffer pool size.
I don't know how to do.....
Can u please help me..
I have even posted this doub't to dbforum...
With regards,
sangeeth