aiaiDBA

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

13718043309

010-86462881

PLS-00413: identifier in CURRENT OF clause is not a cursor name

PLS-00413: identifier in CURRENT OF clause is not a cursor name
Cause: The identifier in a CURRENT OF clause names an object other than a cursor.
Action: Check the spelling of the identifier. Make sure that it names the cursor in the DELETE or UPDATE statement and that it names the cursor itself, not a FOR-loop variable.

请先 登录 后评论

1 个回答

小智
PLS-00413:CURRENT OF子句中的标识符不是游标名,
.原因: CURRENT OF子句中的标识符命名光标以外的对象。,
.操作:检查标识符的拼写。确保它在DELETE或UPDATE语句中命名游标,并将其命名为本身,而不是FOR循环变量。,
.
请先 登录 后评论