Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7869035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:11:12+00:00 2026-06-03T01:11:12+00:00

We are currently using the Oracle Data Connect dll in one of our VB

  • 0

We are currently using the Oracle Data Connect dll in one of our VB .Net application that is configured as a Windows Service. The .Net Version we are using is Framework 3.5 and we connect to Oracle 10g.

This application constantly makes connectivity to Database and closes every connection immediately in that specific instance (A kind of singleton design pattern is involved in database connectivity). We were getting an error more frequently with respect to the DB connectivity (“CONNECTION LOST CONTACT”). After reading through some blogs, we added a parameter in the connection string as VALIDATE CONNECTION=TRUE. This error got resolved, but we are getting a new error message now , “Connection request timed out”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T01:11:14+00:00Added an answer on June 3, 2026 at 1:11 am

    The only connectionstring option I see that specifies a timeout using the Oracle Data Provider for .NET / ODP.NET is the following:

    Data Source=myOracle;User Id=myUsername;Password=myPassword;Min Pool Size=10;Connection Lifetime=120;Connection Timeout=60;Incr Pool Size=5;Decr Pool Size=2;
    

    You can get more examples here: http://www.connectionstrings.com/oracle#p12

    Here is the description:

    By default, connection pooling is enabled. This one controls the pooling mechanisms. The connection pooling service creates connection pools by using the ConnectionString property to uniquely identify a pool.

    The first connection opened creates the connection pool. The service initially creates the number of connections defined by the Min Pool Size parameter.

    The Incr Pool Size attribute defines the number of new connections to be created by the connection pooling service when more connections are needed.

    When a connection is closed, the connection pooling service determines whether the connection lifetime has exceeded the value of the Connection Lifetime attribute. If so, the connection is closed; otherwise, the connection goes back to the connection pool.

    The connection pooling service closes unused connections every 3 minutes. The Decr Pool Size attribute specifies the maximum number of connections that can be closed every 3 minutes.

    Additionally, you can see if you are getting a timeout from the OracleCommand running your queries.
    Look for documentation on the OracleCommand.CommandTimeout Property.

    Have a look on this site for a discussion on the oracle command Timeout
    https://forums.oracle.com/forums/thread.jspa?threadID=317603

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the current version of ODP.NET and trying to connect to an Oracle
I'm trying to connect my application with an Oracle database using NHIBERNATE 3.1.0.4000 version
we're currently building a data warehouse using OWB (Oracle Warehouse Builder). One of the
I am using datasource to connect to Oracle database and insert data. Below is
Currently, we have a binary data file, generated from desktop machine using oracle JVM.
I have an ASP .NET application that connects to an Oracle or a SQL
I am currently using OPENQUERY to import Data into a Database from an Oracle
Currently using System.Web.UI.WebControls.FileUpload wrapped in our own control. We have licenses for Telerik. I
Currently using Google Analytics as a supplement to our paid tracking software, but neither
Currently using MySQL version 5.1.6 This is my first real world build and so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.