oracle使用sql编译存储过程

可使用两种方法编译:

1,在plsql中,在存储过程上点击右键选中Recompile

2,使用sql编译,执行如下语句:

alter procedure procebureName compile;

3,还可以通过如下sql查找到所有失效的存储过程进行重新编译

select 'Alter '||object_type||' '||object_name||' compile;' from user_objects where status = 'INVALID';


爆款云服务器s6 2核4G 低至0.46/天,具体规则查看活动详情Blog Img