aiaiDBA

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

13718043309

010-86462881

PLW-06016: unit string is too large; native code generation turned off

PLW-06016: unit string is too large; native code generation turned off
Cause: Because the program was extremely large, analysis took an excessive amount of time or space to complete causing native compilation to be turned off.
Action: The goal of native code generation is high performance and the compiler does extensive analysis of the program. If possible, reduce the size of the largest procedure, or split the program unit into multiple units.

请先 登录 后评论

1 个回答

小智
PLW-06016:单位字符串太大; 本机代码关闭,
.原因:由于程序非常大,所以分析过程花费了大量的时间或空间来完成本地编译。,
.操作:本地代码生成的目标是高性能,编译器对程序进行了广泛的分析。如果可能,减小最大程序的大小,或将程序单元拆分成多个单元。,
.
请先 登录 后评论