From: uday on
Hi,
i have been using setString() of prepared statement. but it is giving
me
java.sql.SQLException: Data size bigger than max size for this type:
3991 exception. where as as per my understanding, the size of varchar2
is 4000.

can someone suggest the solution

thanks in advance.