ORA-39082: Object type ALTER_PROCEDURE:“”.“” created with compilation warnings
sys用户查看无效对象:
select owner,object_name,object_type,status
from dba_objects
where status !='VALID'
and owner not in ('SYS','SYSTEM'
ORA-39082: Object type ALTER_PROCEDURE:“”.“” created with compilation warnings
sys用户查看无效对象:
select owner,object_name,object_type,status
from dba_objects
where status !='VALID'
and owner not in ('SYS','SYSTEM'