1.查找到无效对象
select 'Alter '||object_type||' '||object_name||' compile;' from user_objects where status = 'INVALID';

2.重新编译存储过程 pro_backup_call 执行下面脚本即可
alter procedure pro_backup_call compile;

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-06-24
  • 2021-12-31
  • 2021-09-29
  • 2022-02-04
猜你喜欢
  • 2021-11-20
  • 2021-06-02
  • 2022-12-23
  • 2021-11-21
  • 2021-05-24
  • 2021-09-15
  • 2021-06-01
相关资源
相似解决方案