ASP.NET Oracle 9.2.0.7 - Using ODP for .net - HANG Issue...

N

Nathan

Hi

We are having an application that uses ASP.Net / Oracle DB 9.2.0.7 /
ODP for .net with connection pooling on

We are using ODP .Net 9.2.0.4.01.

We have set the parameters as below in the web.config file

<add key="ERSDBConnectionString" value="Password=yyyy;User ID=zzzz;Data
Source=xxxx;Persist Security Info=true;pooling=true;Min Pool Size=2;Max
Pool Size=100;Incr Pool Size=2; Decr Pool Size=1;Connection
Lifetime=1;Connection Timeout=2;"></add>

We are using REF Cursors and XML Type datatypes in the Stored Procs

We are linking to 5 other diff databases(4 Oracle and 1 SQL Server)

Once our application hits the place where we are using xmltypes the
application creates some sessions which dont get killed
We tried all possible parameters and their values for Connection
Pooling but no use

Once we turn the conn pooling off, the application works fine for ever
with out any hanging
But is very slow

Also by the time the application hangs we have accessed only the other
Oracle databases and not the one single SQL Server database.

Any pointers on how to solve this issue.

We started with 9.2.01 then started applying all available pached of
oracle and are in 9.2.0.7 now

I would really appreciate any quick response.

Regards
Nathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top