aiaiDBA

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

13718043309

010-86462881

PLS-00593: default value of parameter "string" in body must match that of spec

PLS-00593: default value of parameter "string" in body must match that of spec
Cause: The default value initialization of a parameter in a subprogram body contained in a package body did not match that of the corresponding subprogram specification in the corresponding package specification.
Action: Change the default initialization of the parameter in body to match that of spec.

请先 登录 后评论

1 个回答

小智
PLS-00593:主体参数“ string ”的默认值必须与规范的值匹配,
.原因:程序包体中包含的子程序中的参数的默认值初始化与相应程序包规范中相应子程序规范的初始化不匹配。,
.操作:更改body中参数的默认初始化,以匹配spec的参数。,
.
请先 登录 后评论