Keep Oracle Connection

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
gal_lupus
Posts: 10
Joined: Mon 02 Jan 2006 22:21

Keep Oracle Connection

Post by gal_lupus » Wed 07 Jan 2009 16:27

Hi,

We found another issue and we are not sure if it has something to do with Unidirect component or our version of the Oracle database. We are using Oracle Express and Unidirect Pro. All connections to the database are from webservices Asp.Net. When we call database and execute any command successfully, connection to the DB closes without problem, but if the program catches exception during the execution of the command then, disregard all "Finally" blocks and "Using" blocks, connection is still alive in the Oracle database (visible in Oracle Manager), but Unidirect Connection component shows that connection is closed. Do you have any idea, why that can happens?

Thank you,
Galina

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 08 Jan 2009 06:50

This is Connection Pooling feature.
For more information, please visit http://www.devart.com/unidirect/docs/ , the FAQ part, the Connection pooling section.
If you have any further questions, feel free to contact us.

Post Reply