oracle sqlca.code的错误代代码是-1008,表示什么意思?

解决方案 »

  1.   

    出现-1008时,用SQLERRM 把错误内容打出来看看,就知道了
      

  2.   

    ORA-00018 maximum number of sessions exceeded
    Cause: All session state objects are in use.
    Action: Increase the value of the SESSIONS initialization parameter.
      

  3.   

    不好意思 上面发错了ORA-01008 not all variables boundCause: A SQL statement containing substitution variables was executed without all variables bound. All substitution variables must have a substituted value before the SQL statement is executed.Action: In OCI, use an OBIND or OBINDN call to substitute the required values.