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: Package Procedure Parameters

Re: Package Procedure Parameters

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Thu, 08 Jul 2004 15:22:03 GMT
Message-ID: <vEdHc.215$ju1.53@nwrddc04.gnilink.net>

"Quantarc" <info_at_quantarc.co.uk> wrote in message news:GQcHc.4378$Fc7.803601_at_stones.force9.net...
> hi, i have searched around on the web and through the oracle
> documentation i have, and not been able to find any information about my
> problem, so i was hoping someone here may be able to point me in the
> right direction.
>
> is there any way to discover a package procedures parameters from
> oracle, names and the order they are in? (oracle 9.2)
>
> i don't know if ths is even possible so a yes or no would be great if
> anyone knows, just so i know i'm not wasting my time trying to find out.
>
> thanx.
> rod.

Is this what you are looking for:

desc <packagename>

or

look into user_arguments, all_arguments ....

Anurag Received on Thu Jul 08 2004 - 10:22:03 CDT

Original text of this message

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