aiaiDBA

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

13718043309

010-86462881

PLS-00313: 'string' not declared in this scope

PLS-00313: 'string' not declared in this scope
Cause: There is no declaration for the given identifier within the scope of reference. The identifier might be misspelled, its declaration might be faulty, or the declaration might be placed incorrectly in the block structure.
Action: Check the spelling and declaration of the identifier. Also confirm that the declaration is placed correctly in the block structure.

请先 登录 后评论

1 个回答

小智
PLS-00313:在此范围中未声明' string ',
.原因:在参考范围内没有给定标识符的声明。标识符可能拼写错误,其声明可能有问题,或声明可能在块结构中放置不正确。,
.操作:检查标识符的拼写和声明。同时确认声明在块结构中正确放置。,
.
请先 登录 后评论