aiaiDBA

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

13718043309

010-86462881

PLS-00594: the SELF parameter can be declared only as IN or as IN OUT

PLS-00594: the SELF parameter can be declared only as IN or as IN OUT
Cause: The SELF parameter was declared as an OUT parameter.
Action: Declare the SELF parameter as either an IN or an IN OUT parameter.

请先 登录 后评论

1 个回答

小智
PLS-00594:SELF参数只能以IN或IN OUT声明,
.原因: SELF参数被声明为OUT参数。,
.操作:将SELF参数声明为IN或IN OUT参数。,
.
请先 登录 后评论