文档解释
ORA-06565: cannot execute string from within stored procedure
Cause: The named procedure cannot be executed from within a stored procedure, function or package. This function can only be used from pl/sql anonymous blocks.
Action: Remove the procedure from the calling stored procedure.
这是一个Oracle数据库报错,其意义是:无法在存储过程代码中执行字符串。
官方解释
常见案例
正常处理方法及步骤
查看更多关于ORA-06565: cannot execute string from within stored procedure ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did236943