Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Error: Connection request timed out

Error: Connection request timed out

Scheduled Pinned Locked Moved C#
helpdatabaseoraclesysadminwindows-admin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Reddy Prakash
    wrote on last edited by
    #1

    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?

    R 1 Reply Last reply
    0
    • R Reddy Prakash

      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?

      R Offline
      R Offline
      Robin_Roy
      wrote on last edited by
      #2

      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..

      R 1 Reply Last reply
      0
      • R Robin_Roy

        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..

        R Offline
        R Offline
        Reddy Prakash
        wrote on last edited by
        #3

        Hi Roy, Yes, we are taking care of closing the db connections in the finally block.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups