ORA-04065: not executed, altered or dropped string ORACLE 报错 故障修复 远程处理

文档解释

ORA-04065: not executed, altered or dropped string

Cause: Attempt to execute a stored procedure that has been altered or dropped thus making it not callable from the calling procedure.

Action: Recompile its dependents.

ORA-04065:not executed, altered or dropped string 错误是由于无法找到指定包、过程、触发器或函数等PL/SQL对象产生的。

官方解释

常见案例

正常处理方法及步骤


数据运维技术 » ORA-04065: not executed, altered or dropped string ORACLE 报错 故障修复 远程处理