ORA-01013: user requested cancel of current operation
929956Apr 11 2012 — edited Apr 13 2012Hi,
I've an application on VC++ using Oracle 8.1.7 client database. application triggers the query which gives below error always:
ORA-01013: user requested cancel of current operation
I was thinking to solve the problem by changing the ODBC settings in ODBC sources, I'd like to uncheck the "Enable Query Timeout" option, However, issue is not resolved. I tried to place sqlnet.query_timeout = 0, still error coming
Have someone any idea How can I fix my ORA-01013 error and ODBC error? it is very critical for my application. i am trying to resolve it for longer time, but no solution found yet.
Thanks in advance!