Hi Chuck,
I am sorry for misunderstanding your issue.
So actually your web application should use SqlConnection to connect to
your SQL Server 2005 database and you use SqlCommand to execute the query
"select * from OracleLink..tableName", right?
If so, ODP.NET is indeed irrelevant to this issue. The default value of the
property ConnectionTimeout of SqlConnection is 15 seconds. Could you please
check if your timeout period was about 15 seconds? If so, I recommend that
you try setting the ConnectionTimeout to 0 (no limit) or a larger value
than 15 seconds to see if this issue persists.
You can set the connection timeout property in your SQL connection string,
such as:
"Data Source=(local);Initial Catalog=AdventureWorks;Integrated
Security=SSPI;Connection Timeout=0"
If this method does not work, I am afraid that it is indeed a provider
issue. Due to our newsgroup resource limitation, to track the root cause of
such issue, it is recommended that you contact Microsoft Customer Support
Services (CSS) via telephone or Oracle company for the best support.
To obtain the phone numbers for specific technology request please take a
look at the web site listed below.
http://support.microsoft.com/default.aspx?scid=fh;EN-US;PHONENUMBERS If you are outside the US please see
http://support.microsoft.com for
regional support phone numbers.
If you have any other questions or concerns, please feel free to let me
know. It is my pleasure to be of assistance.
Best regards,
Charles Wang
Microsoft Online Community Support
=====================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications
If you are using Outlook Express, please make sure you clear the check box
"Tools/Options/Read: Get 300 headers at a time" to see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================