Network error: 200

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
software931
Posts: 11
Joined: Tue 18 Sep 2012 07:55

Network error: 200

Post by software931 » Mon 22 Oct 2012 14:55

When we have errors like Deadlock or similar, we get always
"Network error: 200" instead of the correct oracle exception.

How can we solve the problem?

Attached the connection parameter:
Connection Timeout=40;Default Command Timeout=30;Connection Lifetime=50

We are using "Direct Mode"

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Network error: 200

Post by Pinturiccio » Wed 24 Oct 2012 13:39

'Network error: 200' exception is an internal exception of dotConnect for Oracle in the Direct mode.

Could you please describe the steps for reproducing the issue. We will try fix it or add an informational exception message.

Please also try using CommandTimeout=0 for the OracleCommand that causes the exception.

Post Reply