当前位置:Gxlcms > 数据库问题 > 在Oracle中更新数据时,抛出:ORA-01008: not all variables bound

在Oracle中更新数据时,抛出:ORA-01008: not all variables bound

时间:2021-07-01 10:21:17 帮助过:2人阅读

在Oracle中更新数据时,抛出了一个 :ORA-01008 not all variables bound,

我的理解是不是所有的变量/参数都有边界,不懂:

技术分享

后来知道了,原来是“不是所有变量/参数都确定”,

就是有些变量没有指定,缺少变量参数,

最后发现是因为在写三层时少写了一个"new OracleParameter(":ID",userinfo.ID);" 导致的。

技术分享

 

在Oracle中更新数据时,抛出:ORA-01008: not all variables bound

标签:

人气教程排行