PLS-00221 'string' is not a procedure or is undefined Action Check the spelling and declaration of the identifier. Also confirm that the declaration is placed correctly in the block structure.Was this page helpful? Tell us how to improve © Oracle About Oracle Contact Us Products A-Z ...
Hi, Another common cause of the "'spname' is not a procedure or is undefined" error is that it's actually a stored FUNCTION, not a stored PROCEDURE (ie, it RETURNS varchar2, for example). If thats the case, you'll need to add a parameter of type ReturnValue to the Command. ...
第7列:PLS-00221:不是过程或未定义EN做数据的导入导出操作,最常用的就是imp/exp和impdp/expdp,经常...
问Oracle函数编译成功,但在执行PLS-00221时抛出错误:不是过程,也不是未定义的。EN先举个例子,大家很...
问PLS-00221:'JOBSTAB‘不是过程或未定义ENpython开发安装第三方库时,很多人选择在cmd终端用命令行pip...