Oracle用SQL找出Procedure、Tigger、Function的內容

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 ;


Windows 11安裝時跳過網路連線