Dear Peter,
In my web application, I am accessing oracle database through hibernate. When i restart my database(Oracle) service while my application is running,after that when i am accessing my application its throwing sql exception.
After I reload the application its working fine. When I check database sessions there is no session which means its unable to create the session agin.
I could not understand what is the problem?