The customers that reported this issue to us were using DG4ODBC to access an ODBC data source from Oracle 11g and 12g. Some of their SQL queries were working. Other queries that fetched a large number of records failed with the ORA-28511
error because of an Oracle timeout.
If your circumstances are similar:
$ORACLE_HOME/hs/admin/initsid.ora
file.
HS_FDS_TRACE_LEVEL = 4
.trc
) in the $ORACLE_HOME/hs/log
directory. Check the log file for this error:
HS Agent received unexpected RPC disconnect Network error 1003: NCR-01003: NCRS: Read error.
sqlnet.ora
file and set:
SQLNET.INBOUND_CONNECT_TIMEOUT=0
HS_FDS_TRACE_LEVEL
entry. Stop and start your Oracle listener to turn off DG4ODBC tracing.
–Or–