aiaiDBA

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

13718043309

010-86462881

PLS-00322: declaration of a constant 'string' must contain an initialization assignment

PLS-00322: declaration of a constant 'string' must contain an initialization assignment
Cause: A constant declaration lacks the assignment of an initial value. For example, in the following declaration" := 3.14159" is the initialization clause: "pi constant number := 3.14159;"
Action: Correct the constant declaration by supplying the missing initialization assignment.

请先 登录 后评论

1 个回答

小智
PLS-00322:常量“ string ”的声明必须包含初始化赋值,
.原因:常量声明缺少初始值的赋值。例如,在以下声明中“:= 3.14159”是初始化子句:“pi constant number:= 3.14159;”,
.操作:通过提供缺少的初始化分配来更正常量声明。,
.
请先 登录 后评论