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: desc stored procedure via query

Re: desc stored procedure via query

From: Terry Dykstra <dont_reply_tddykstra_at_forestoil.ca>
Date: Fri, 26 Jul 2002 21:43:36 GMT
Message-ID: <coj09.14774$Xb2.505613@news2.telusplanet.net>


Take a look at view ALL_ARGUMENTS.

--
Terry Dykstra
Canadian Forest Oil Ltd.
"Kevin Bridges" <spamguard_at_orlandoartistry.com> wrote in message
news:3d0ba47e.0207261241.2ede1c7_at_posting.google.com...

> I need to run a query to retrieve the IN/OUT parameters of a procedure
> ... basically the information that gets displayed in SQL*Plus when you
> desc procedurename.
>
> I can get the entire procedure by doing the following, but need just
> the desc info:
> select text from dba_source where name = 'procedureName';
>
> TIA
>
> Kevin Bridges
Received on Fri Jul 26 2002 - 16:43:36 CDT

Original text of this message

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