暂无图片

PLS-00704:'string' must be declared as an exception

错误码

错误描述:'string' must be declared as an exception
错误原因:The exception_name parameter passed to an EXCEPTION_INIT pragma is misspelled or does not refer to a legally declared exception. Or, the pragma is misplaced; it must appear in the same declarative section, somewhere after the exception declaration.
解决方法:Check the spelling of the exception_name parameter. Then, check the exception declaration, making sure the exception name and the keyword EXCEPTION are spelled correctly. Also make sure the pragma appears in the same declarative section somewhere after the exception declaration.

向认证技术专家提问

向技术专家提问

相关搜索
查看更多》