暂无图片

PLS-00305:previous use of 'string' (at line string) conflicts with this use

错误码

错误描述:previous use of 'string' (at line string) conflicts with this use
错误原因:While looking for prior declarations of a cursor, procedure, function, or package, the compiler found another object with the same name in the same scope. Or, the headers of subprogram in a package specification and body do not match word for word.
解决方法:Check the spelling of the cursor, procedure, function, or package name. Also check the names of all constants, variables, parameters, and exceptions declared in the same scope. Then, remove or rename the object with the duplicate name. Or, change the headers of the packaged subprogram so that they match word for word.

向认证技术专家提问

向技术专家提问

相关搜索
查看更多》