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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Location of parameters for procedures and functions

Re: Location of parameters for procedures and functions

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/11/10
Message-ID: <3466FB70.D77AEFF7@gatwick.geco-prakla.slb.com>#1/1

Nigel C. Myers wrote:

> Does anyone know which system views or tables store the parameters to
> procedures and functions ?

 I think what you are looking for is the all_arguments view (argument$ table) which argument details for both packages and stand alone procedures + functions (PACKAGE_NAME is null for these)

Alternatively you can use desc e.g.

desc package.procedure or

desc procedure

Hope this helps,

Ian Received on Mon Nov 10 1997 - 00:00:00 CST

Original text of this message

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