aiaiDBA

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

13718043309

010-86462881

PLW-06014: PLSQL_OPTIMIZE_LEVEL <= 1 turns off native code generation

PLW-06014: PLSQL_OPTIMIZE_LEVEL <= 1 turns off native code generation
Cause: Native code generation was not done because the optimization was set to 1 or less.
Action: The goal of native code generation is high performance and a low optimization level defeats that purpose. Either request a higher optimization level or remove the request for native code generation. Note that using the deprecated parameter PLSQL_DEBUG also forces the optimization level to 1; do not use this parameter when native code generation is desired.

请先 登录 后评论

1 个回答

小智
PLW-06014:PLSQL_OPTIMIZE_LEVEL <= 1关闭本地代码生成,
.原因:本机代码生成未完成,因为优化设置为1或更少。,
.操作:本机代码生成的目标是高性能,低优化级别会使此目的失败。请求更高的优化级别或删除本机代码生成的请求。请注意,使用不推荐使用的参数PLSQL_DEBUG也会将优化级别强制为1; 当需要本地代码生成时,不要使用此参数。,
.
请先 登录 后评论