aiaiDBA

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

13718043309

010-86462881

PLW-05015: implementation restriction - too many debug records

PLW-05015: implementation restriction - too many debug records
Cause: The program is so large that it overflowed a compiler limit on the size of the debug symbol table. The module was compiled with partial debugging information.
Action: Compile the module with PLSQL_DEBUG=FALSE, or split it into multiple modules

请先 登录 后评论

1 个回答

小智
PLW-05015:实现限制 - 调试记录太多,
.原因:程序如此之大,以至于在调试符号表的大小上溢出了编译器的限制。该模块采用部分调试信息进行编译。,
.操作:使用PLSQL_DEBUG = FALSE编译模块,或将其拆分为多个模块,
.
请先 登录 后评论