PHP 调用 Oracle 存储过程出现 not all variables bound 原因
程序员文章站
2022-03-16 16:38:04
...
今天发现使用 PHP 调用 Oracle 存储过程总是出现这样的一个错误。
ORA-01008: not all variables bound
后来折腾了很久,发现是变量名写错了。
"; echo "errmsg is : $errmsg
"; oci_close($conn); ?>