aiaiDBA

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

13718043309

010-86462881

PLW-05001: previous use of 'string' (at line string) conflicts with this use

PLW-05001: previous use of 'string' (at line string) conflicts with this use
Cause: While looking for prior declarations of a variable, constant, or label, the compiler found another declaration with the same name in the same scope. Or, the headers of subprogram in a package specification and body were not identical.
Action: Check the spelling of the variable, constant, or label name. Also check the names of all parameters and exceptions declared in the same scope. Then, remove or rename the object with the duplicate name. Or, change the headers of the packaged subprogram in the package specification or body so that they are identical.

请先 登录 后评论

1 个回答

小智
PLW-05001:以前使用' string '(在行字符串)与此使用冲突,
.原因:在查找变量,常量或标签的先前声明时,编译器在同一范围内找到了具有相同名称的另一个声明。或者,程序包规范和主体中子程序的标题不完全相同。,
.操作:检查变量,常量或标签名称的拼写。还要检查在同一范围内声明的所有参数和异常的名称。然后,使用重复的名称删除或重命名对象。或者,更改包装规范或主体中打包的子程序的标题,以使它们相同。,
.
请先 登录 后评论