aiaiDBA

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

13718043309

010-86462881

PLS-00739: FORALL INSERT/UPDATE/DELETE not supported on remote tables

PLS-00739: FORALL INSERT/UPDATE/DELETE not supported on remote tables
Cause: The current statement refers to remote insert/update/delete for remote object.
Action: Use a FOR loop instead of a FORALL loop or call a remote function or procedure that includes the FORALL INSERT/UPDATE/ DELETE statement.

请先 登录 后评论

1 个回答

小智
PLS-00739:远程表上不支持FOR INSERT / UPDATE / DELETE,
.原因:当前语句是指远程对象的远程插入/更新/删除。,
.操作:使用FOR循环而不是FORALL循环,或调用包含FORALL INSERT / UPDATE / DELETE语句的远程函数或过程。,
.
请先 登录 后评论