aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PLS-00437: FORALL bulk index cannot be used in string clause

PLS-00437: FORALL bulk index cannot be used in string clause
Cause: RETURNING table(bulk_index) is not supported.
Action: Use RETURNING BULK COLLECT instead

请先 登录 后评论

1 个回答

小智
PLS-00437:在字符串子句中不能使用FORALL批量索引,
.原因:不支持RETURNING表(bulk_index)。,
.操作:改用RETURNING BULK COLLECT,
.
请先 登录 后评论