[Oracle][ODBC][Ora][ORA-01013:

Corey

Registered User.
Local time
Today, 02:38
Joined
Sep 14, 2005
Messages
35
Hello again

I’m trying to understand why I’m getting the message below and how I can fix it.
This happens when ever I try to run a larger qry, and it pops up within a minute.

Any help would be very much appreciated

OBDC –call failed

[Oracle][ODBC][Ora][ORA-01013: user requested cancel of current operation (#1013)

Thank you

Corey
 
Something has to be wrong with your OBDC connection, check it and make sure everything is working correctly. ie. tables, permissions, etc.
 
Have you checked the time out property of your query? Could be that you're not giving it long enough. Try changing the timeout property to 0 (unlimited time).
 
Last edited:

Users who are viewing this thread

Back
Top Bottom