J
Jason Pritchard
Does anybody know why when connecting to an Oracle database from a ASP.NET
web app running under Windows XP, the connection is very slow. It takes
about 2 minutes to open the database connection. The same code running on a
NT2000 machine executes in under 4 seconds.
To test this, is very simple
On an XP machine, create a new ASP.NET app and create a new OleDbConnection
object. Assign a valid connection string and execute the Open statement.
That is it.
The connection string I used was:
Private f_cConn As String = "Provider=MSDAORA.1;Password=JJ;User ID=JJ;Data
Source=OLT"
ANy help is greatly need and appreciated.
web app running under Windows XP, the connection is very slow. It takes
about 2 minutes to open the database connection. The same code running on a
NT2000 machine executes in under 4 seconds.
To test this, is very simple
On an XP machine, create a new ASP.NET app and create a new OleDbConnection
object. Assign a valid connection string and execute the Open statement.
That is it.
The connection string I used was:
Private f_cConn As String = "Provider=MSDAORA.1;Password=JJ;User ID=JJ;Data
Source=OLT"
ANy help is greatly need and appreciated.