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 ;

Image001
arrow
arrow
    全站熱搜

    keven 發表在 痞客邦 留言(0) 人氣()