error code for Network error - 208 ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
slaxman
Posts: 51
Joined: Wed 16 Sep 2009 20:09
Location: United States

error code for Network error - 208 ?

Post by slaxman » Tue 08 Apr 2014 20:06

for the exception below, devart returns error code as 208.

EXCEPTION (Devart.Data.Oracle.OracleException): Network error:: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

However, 'ORA-00208' has a different message by oracle --- 'number of control file names exceeds limit of string'

so, what is the reliable way to use the code as they seem to clash? also, I did not find documentation on devart's error codes.

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

Re: error code for Network error - 208 ?

Post by Pinturiccio » Wed 09 Apr 2014 13:04

There is not enough information for reproducing the issue. Please describe the steps for reproducing the issue and tell us the following information:
1. dotConnect for Oracle version;
2. Oracle server version;
3. the connection mode you use: Direct or OCI;
4. If you use OCI connection mode, specify the Oracle Client version;
5. DDL/DML scripts.

Please also send us a small test project for reproducing the issue.

Post Reply