文档解释 ORA-29252: collection does not contain elements at index locations in call to dbms_sql.bind_array Cause: The bound
ORA-29252: collection does not contain elements at index locations in call to dbms_sql.bind_array
Cause: The bound table does not contain elements at both index locations in call to bind_array of dbms_sql. This is illegal. Both index locations must contain elements. In other Words tab.exists(index1) and tab.exists(index2) must both return true.
Action: Either modify the two indexes or the contents of the table and try the call again.
ORA-29252:当调用dbms_sql.bind_array时,集合中不包含指定索引位置的元素。
此ORA-29252错误出现,当调用DBMS_SQL包中的BIND_ARRAY存储过程并且参数数组中没有指定的索引位置的元素时。
最常见的案例是当集合中没有够多的元素时。
1、确保集合(通常是PL/SQL行数组)的元素的数量足够多,以及您需要的索引位置的元素。
2、尝试仔细检查您的代码和PL/SQL行数组,看看是否实际调用了DBMS_SQL. BIND_ARRAY函数正确。
3、更改 DBMS_SQL. BIND_ARRAY函数中的索引位置,确保它们低于元素数量。
--结束END--
本文标题: ORA-29252: collection does not contain elements at index locations in call to dbms_sql.bind_array OR
本文链接: https://lsjlt.com/news/533432.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0