aiaiDBA

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

13718043309

010-86462881

PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL

PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
Cause: The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement does not contain BULK IN-BIND variables.
Action: The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement must contain BULK IN-BIND variables.

请先 登录 后评论

1 个回答

小智
PLS-00435:没有BULK的DML语句In-BIND不能在FORALL中使用,
.原因: FORALL语句中的DML(SELECT / INSERT / DELETE / UPDATE)语句不包含BULK IN-BIND变量。,
.操作: FORALL语句内的DML(SELECT / INSERT / DELETE / UPDATE)语句必须包含BULK IN-BIND变量。,
.
请先 登录 后评论