我用pro*c写的程序,当 写库时,出现如下错误内容
1 sqlca.sqlcode=[-1013],sqlca.sqlerrm.sqlerrmc=[ORA-01013: 用户请求取消当前的操作
2 sqlca.sqlcode=[-24909],sqlca.sqlerrm.sqlerrmc=[ORA-24909: call in progress. Current operation cancelled
请问这是什么意思?如何解决?

解决方案 »

  1.   

    http://www.docjar.com/ORA-01013: user requested cancel of current operation 
    Cause: 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. 
    ORA-24909 
    ORA-24909: call in progress. Current operation cancelled 
    Cause: The OCI call was invoked when another call on the connection was in progress. 
    Action: Check if the OCI call is supported when the call is in progress under special conditions; for example, if it is being used by a signal handler.