Hi There,
We are facing some performance issue with our new upgraded application. We recently upgraded our application platform
from :
Hibernate : 3.2.6.ga
Oracle : 10g
Weblogic :10.0
to :
Hibernate : 3.6.4.Final
Oracle :11g RAC
Weblogic : 10.3.4
The only reason why we upgraded hibernate is the Oracle 11g Dialect support. But there has been serious performance issues identified with this upgrade.Multi-datasource is configured with RAC instances in weblogic, i guess this should not be a problem. Whenever I start JMeter, in few seconds the datasource were going Overloaded in weblogic, and hibernate complains that
Quote:
There are no good connections available
Well, before posting the performance issue, I've made some analysis with different hibernate versions. Since the Oracle 11g dialect support was added in
Quote:
[HHH-3159] - Oracle 11g - desupport of oracle.jdbc.driver
3.3.2 GA, i've grabbed the fixed class and patched my original version which is 3.2.6.g.
So i have two application, one with Patched 3.2.6.ga and one with 3.6.4.Final.
My application is working without any problem with patched 3.2.6.ga but 3.6.4.Final makes the weblogic datasource to overload.
Cracking my head to find out why it is behaving so.. Do you guys have any idea how to check and where. Or is there any real issues with Hibernate 3.6.4.Final as mentioned
hereI appreciate your pointers.
Many thanks,
Mohan