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: Can you get a description of a function from the Oracle-datadictionary??

Re: Can you get a description of a function from the Oracle-datadictionary??

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Mon, 11 Aug 2003 16:30:49 GMT
Message-ID: <3F37C4B9.C49EB7ED@remove_spam.peasland.com>


Type the following in SQL*Plus:

DESCRIBE function_name

It will list the function parameters.

HTH,
Brian

wybrand wrote:
>
> Hi,
>
> I have the following question: I want to get a description of a
> function like substr or a user defined function from the
> datadictionary. For instance I want to know which datatype the
> function returns and what many in-, out- and in/out parameters the
> function has and of which type they are.
>
> Is this possible??
>
> Thank you in advance.
>
> Greetings,
>
> Wybrand.

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Mon Aug 11 2003 - 11:30:49 CDT

Original text of this message

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