aiaiDBA

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

13718043309

010-86462881

PLS-00709: pragma string must be declared in package specification and body

PLS-00709: pragma string must be declared in package specification and body
Cause: The named pragma was declared in a package specification but not in the corresponding package body or vice-versa, as well as the package body.
Action: Add the pragma to that part of the package declaration that does not have the pragma.

请先 登录 后评论

1 个回答

小智
PLS-00709:pragma 字符串必须在包规范和正文中声明,
.原因:命名的pragma被声明在包规范中,但不在相应的包体内,反之亦然,以及包体。,
.操作:将编译指示添加到没有编译指示的包声明部分。,
.
请先 登录 后评论