ODBC - Call failed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get an ORA-01013 when I run a request data in a query. I can run the query
for a small range of dates that selects about 52000 records, but when I run
the same query for a larger range, I get the Oracle error. I have no idea
how many records are being retrieved.
 
Hi Robin,
I get an ORA-01013 when I run a request data in a query. I can run the query
for a small range of dates that selects about 52000 records, but when I run
the same query for a larger range, I get the Oracle error. I have no idea
how many records are being retrieved.

looks like your query runs into a timeout. Try increasing the value of
ODBCTimeout.

HTH,
Wolfgang
 
Back
Top