Memory leakage issue while using PreparedStatement
693212Mar 27 2009 — edited Dec 4 2009Hello,
I am facing one problem of generating heap dump on was server and after analysing it has been observed oracle.jdbc.driber.TC4PreparedStatement holding the maximum size in memory almost one third of total allow in max heap size of jvm.
Driver name: ojdbc14.jar
version: 10.1.0.4.2
i went through on oracle site and found below known issue/limitation, please provide any solution for same.
Refer below url for above issue:
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_readme101020.html
Some memory Leak when using PreparedStatement with tables
containing large char or varchar column. The problem can be
worked around by enabling statement caching
If any patch regarding same has been released kindly help me in this.
Thanks
Bineet
Edited by: user7654817 on Mar 29, 2009 8:32 PM