Error: Connection request timed out
-
Dear all, we are facing a unique problem with the windows service which is running on windows server 2003. After starting the service 3 to 4 days we are getting a error. Error: Connection request timed out After that service is ubale to establish connection to the oracle database. Once the service restarted it works fine and again after 4 days again the same problem. Can any one know the solution?
-
Dear all, we are facing a unique problem with the windows service which is running on windows server 2003. After starting the service 3 to 4 days we are getting a error. Error: Connection request timed out After that service is ubale to establish connection to the oracle database. Once the service restarted it works fine and again after 4 days again the same problem. Can any one know the solution?
-
Check whether your are properly closing the database connections after every database transactions.... it might so happen that the connections are not closed and hence the database not allowing new connections..
Hi Roy, Yes, we are taking care of closing the db connections in the finally block.