aiaiDBA

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

13718043309

010-86462881

PLS-00368: in RAISE statement, 'string' must be an exception name

PLS-00368: in RAISE statement, 'string' must be an exception name
Cause: The identifier in a RAISE statement is not a valid exception name.
Action: Make sure the identifier in the RAISE statement was declared as an exception and is correctly placed in the block structure. If you are using the name of a PL/SQL predefined exception, check its spelling.

请先 登录 后评论

1 个回答

小智
PLS-00368:在RAISE语句中,' string '必须是一个异常名称,
.原因: RAISE语句中的标识符不是有效的异常名称。,
.操作:确保RAISE语句中的标识符已声明为异常,并正确放置在块结构中。如果您使用PL / SQL预定义异常的名称,请检查其拼写。,
.
请先 登录 后评论