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: getting list of built-in function from system catalog

Re: getting list of built-in function from system catalog

From: underground_covert_IT_operations <pntva_at_yahoo.com>
Date: 24 Oct 2002 18:09:15 -0700
Message-ID: <2b5f60b4.0210241709.318305c8@posting.google.com>


Hi,

Just noticed that the list of functions produced by the query below does not include some common functions such as MAX, SUM, etc. Am I missing something? My program needs to have the ability to programatically get a list of buit-in functions on the fly from oracle and then get the number and type of argument given a name of a built-in function.

Any help is appreciated.

pntva_at_yahoo.com (underground_covert_IT_operations) wrote in message news:<2b5f60b4.0210231632.61bc5883_at_posting.google.com>...
> Ok this works, thanks.
>
> Richard Kuhler <noone_at_nowhere.com> wrote in message news:<Q8it9.197893$U7.53140973_at_twister.socal.rr.com>...
> > Here's one thought ...
> >
> > select distinct object_name
> > from all_arguments
> > where package_name = 'STANDARD'
> >
> >
> > Richard
> >
> > underground_covert_IT_operations wrote:
> > >
> > > I am writing an application program using JDBC and I need to get a
> > > list of built-in functions in oracle. Can this be done by querying the
> > > system catalog or any other way? What query do I run?
Received on Thu Oct 24 2002 - 20:09:15 CDT

Original text of this message

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