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: 23 Oct 2002 17:32:19 -0700
Message-ID: <2b5f60b4.0210231632.61bc5883@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 Wed Oct 23 2002 - 19:32:19 CDT

Original text of this message

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