无效存储过程问题解决

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

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

posted @ 2020-10-14 11:59  南国之恋  阅读(581)  评论(0编辑  收藏  举报