Oracle Hangs on Responses Intermittently
- by Ryan Cook
I want to preface this with the fact that I am a developer and I am not even close to a DBA, plus I am new to Oracle. OK, here it goes:
I have a Java application which uses spring and hibernate. Its a simple CRUD app and I will leave the details out as I don't think they are the issue. I have noticed that my app runs fine when I use MySql, but when I use an Oracle 10.2 server every 7th-10th hangs for 5-10 seconds.
My Oracle installation was done by me using all defaults, same as the mysql install. I don't even know where to start looking. Any ideas?
Thanks in advance and sorry that I lack the details that are most likely required for help.