摘要: 1.查找到无效对象select 'Alter '||object_type||' '||object_name||' compile;' from user_objects where status = 'INVALID'; 2.重新编译存储过程 pro_backup_call 执行下面脚本即可al 阅读全文
posted @ 2020-10-14 11:59 南国之恋 阅读(581) 评论(0) 推荐(0) 编辑