一个正确的SQL语句,在vc++中执行,报出:ora-01013 :用户请求取消当前的操作。
是什么原因呢?
该语句在SQL*PLUS中执行没有问题。

解决方案 »

  1.   

    超时错误?
    我修改了delay时间还是不行啊。
    有没有人可以帮助?
      

  2.   

    ORA-01013 user requested cancel of current operationCause: The user interrupted an Oracle operation by entering CTRL-C, Control-C, or another canceling operation. This forces the current operation to end. This is an informational message only.Action: Continue with the next operation.
      

  3.   

    是用户自己按Ctrl + C取消的..或者是后台使用OCICancel取消了这个操作..
      

  4.   

    是因为我的SQL语句太复杂,取回的记录太多,从而导致超时。
    但关键是如何解决呢?
    谢谢大家的回答!·