close
select obj.object_name,obj.object_type,sou.line,sou.source
from sys.source$ sou,
dba_objects obj
where sou.obj# = obj.object_id
and obj.object_name like 'TEST3%'
order by sou.line ;
from sys.source$ sou,
dba_objects obj
where sou.obj# = obj.object_id
and obj.object_name like 'TEST3%'
order by sou.line ;
全站熱搜
留言列表