aiaiDBA

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

13718043309

010-86462881

PLS-00226: package 'string' used as variable reference

PLS-00226: package 'string' used as variable reference
Cause: A package was referenced in an expression as if it were a variable or function. Either the name of the variable or function is misspelled or the reference is not fully qualified. For example, to call the function my_function, which is stored in package my_package, dot notation must be used, as follows: ... my_package.my_function ...
Action: Correct the spelling of the variable or function name or use dot notation to reference the packaged variable or function.

请先 登录 后评论

1 个回答

小智
PLS-00226:用作变量引用的包' string ',
.原因:表达式中引用的包是一个变量或函数。变量或函数的名称拼写错误或参考未完全限定。例如,要调用存储在包my_package中的函数my_function,必须使用点符号,如下所示:... my_package.my_function ...,
.操作:更正变量或函数名的拼写,或使用点符号引用打包的变量或函数。,
.
请先 登录 后评论