Easysoft
ODBC Drivers for Oracle, SQL Server, Firebird, ISAM, InterBase, Sybase, MS Access & more.

Easysoft Data Access

My queries take minutes to complete when using Oracle’s HSODBC gateway. What can I do?

Article : 01011
Last Reviewed : 25th January 2010
Revision : 1

You may get the following errors when running a query that takes some time to complete (e.g. when fetching a large result set or running select count(*) against a large table):

ORA-02068: following severe error from <link name>
ORA-28511: lost RPC connection to heterogeneous remote agent using

If you turn on HSODBC tracing, the trace output will indicate that:

The problem happens because Oracle times out the link when it takes a long time to get the data from Oracle’s SQL*Net layer to HSODBC.

You may also get these these errors:

ORA-12637: Packet receive failed

ORA-12170: TNS:Connect timeout occurred

ORA-12547: TNS:lost contact

Please see also the related Oracle bugs #6242391 (Oracle 10) and bug #5753490 (accessible from Oracle’s customer support web site.)

When investigating this issue, we resolved the problem by adding this line to the sqlnet.ora file:

SQLNET.INBOUND_CONNECT_TIMEOUT=0

This setting prevents Oracle from timing out the link to HSODBC. Please see the Profile Parameters (sqlnet.ora) in the Oracle Database Net Services Reference Guide for full information on SQLNET.INBOUND_CONNECT_TIMEOUT.

This issue was reported to us by a customer who was using the Easysoft ODBC-SQL Server Driver version 1.2 with Oracle 10.2.0.4 on an AIX platform. It is also a known problem with:

This issue has not been reported by customers using the Oracle 11g Database Gateway (DG4ODBC).

See Also
Applies To

Knowledge Base Feedback

* Did this content help you?
Yes
No
Maybe
 
* Please select one option based on your first choice:
I'm very satisfied
I think it will help, but I haven't tried it yet
It is helpful, but I need more information
It is helpful, but hard to understand
Seemed relevant in search results, but didn't help me
The information is incorrect
The page contains one or more broken links
 
  Suggest new content or let us know how we can improve this content:

 
  (* Required Fields)   



© 1993 - 2012 Easysoft Limited. All rights reserved.