aiaiDBA

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

13718043309

010-86462881

PLS-00708: Pragma string must be declared in a package specification

PLS-00708: Pragma string must be declared in a package specification
Cause: The named pragma was not declared in a package specification, as required. For example, the pragma RESTRICT_REFERENCES must be declared in a package specification.
Action: Remove or relocate the misplaced pragma.

请先 登录 后评论

1 个回答

小智
PLS-00708:Pragma 字符串必须在包规范中声明,
.原因:根据需要,在程序包规范中未声明命名的pragma。例如,编译指令RESTRICT_REFERENCES必须在包规范中声明。,
.行动:移除或重新安置错位的pragma。,
.
请先 登录 后评论