Connection Problems

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jahp78

Connection Problems

Post by jahp78 » Wed 20 Apr 2005 00:04

Thank you by he information . I have another question
When the comunnication channel is broken i get the next mistake
Error: ORA-03114:
not connected to ORACLE

If continuous carrying out querys always I get this mistake .

When I restart IIS Server , or when I do not execute the consultation by a time the mistake disappears

But I need a form to eliminate the conexion that has broken himself so that disappear the error, like I can do that??

Thank you

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 22 Apr 2005 06:36

There is no way to terminate the ORA-03114 exception other than writing try..except block around execute statements.

Post Reply