aiaiDBA

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

13718043309

010-86462881

PLW-05013: second parameter to pragma INLINE 'string' is not 'YES' or 'NO'

PLW-05013: second parameter to pragma INLINE 'string' is not 'YES' or 'NO'
Cause: The second parameter to the pragma INLINE governs whether or not a procedure call can be inlined. The only legal values are 'YES', meaning that the compiler should attempt to inline the call, and 'NO', meaning that the compiler must not inline the call.
Action: Use 'YES' or 'NO' as appropriate.

请先 登录 后评论

1 个回答

小智
PLW-05013:第二参数来编译INLINE“ 字串 ”不是“YES”或“NO”,
.原因:编写指令INLINE的第二个参数是否可以内联过程调用。唯一的合法值为“YES”,这意味着编译器应该尝试内联调用,否则为“NO”,这意味着编译器不能内联调用。,
.动作:酌情使用“是”或“否”。,
.
请先 登录 后评论