First of all I'm sorry that I can't provide all the required informaiton because the environment is at the customer site, and my colleague inform me about the problem.
os: Window server 2003
hibernate 3.0.x
db2 version 8.1.7.445
the problem is that when the applicaiton try to fire INSERT/UPDATE statement to db , it delay about 30 sec to start INSERT/UPDATE statement.
I know this because after I press insert button, I check the resule at the console and seeing the delay about 30 sec until the statement fired from hibernate printed out at the console.
Normally for others application, hibernate print out the statement after I press the insert button.
Thank you in advance
|