Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: listing out a procedure

Re: listing out a procedure

From: Palani <Palani_at_adv-info.com.sg>
Date: Fri, 28 Jan 2000 16:01:25 +0800
Message-ID: <86ria6$2v6$1@newton3.pacific.net.sg>


Hi there,
SELECT source
FROM source$ a, obj$ b
WHERE a.obj# = b.obj# AND

                b.name = 'Procedure Name'
ORDER BY line;
---- palani
<elufker_at_llama.swcp.com> wrote in message news:86pvqk$63r$1_at_sloth.swcp.com...
> Hi All;
>
> How would I see the contents of a procedure?? I tried to do a
>
> select name, text from dba_source where owner = 'CTXSYS' and name like
> 'CTX_SV%';
>
> I see the procedure in the package, but I wanted to see the
> contents of the procedure.
>
> Thanks in advance for any info
> Eddie Lufker
>
>
Received on Fri Jan 28 2000 - 02:01:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US