aiaiDBA

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

13718043309

010-86462881

PLW-05008: illegal number of arguments for pragma string

PLW-05008: illegal number of arguments for pragma string
Cause: The number of arguments (actual parameters) passed to the named pragma (compiler directive) is incorrect. A required argument was omitted from the argument list, or the pragma syntax is faulty (for example, a comma might be missing between two parameters).
Action: Supply the missing argument or correct the faulty syntax.

请先 登录 后评论

1 个回答

小智
PLW-05008:非法参数的pragma 字符串,
.原因:传递给指定的pragma(编译器指令)的参数数(实际参数)不正确。参数列表中省略了必需的参数,或者pragma语法错误(例如,两个参数之间可能缺少逗号)。,
.操作:提供缺失的参数或更正错误的语法。,
.
请先 登录 后评论